Hello,


i try to build PythonQt with the actual version of Qt(4.6) and MinGW as Compiler and Python x86 2.6.
Compiling runs fine .. but i got unresolved linker errors.Ive searched the web and it seems that the static python library is intended for use with MSVC.
Has someone ever tried to compile PythonQt with MinGW?

I already tried to convert the static python ".lib" in ".a" format with the tools pexports and dlltool.
I got a ".def" file from pexports but dlltool fails with:
dlltool.exe: Syntax error in def file python26.def:0

Does anyone have an idea what else i could try?