Need Help Building PythonQt on Windows

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 9 18:35:18 EDT 2008


> Since I'm new to compiling Qt with mingw and completely new to python,
> I was hoping for tips on why I'm getting these errors.  If anyone has
> a better suggestion for a forum/mailing list then please let me know.

These symbols are all from pythonxy.dll. You need to add the 
corresponding import library (libpythonxy.a/pythonxy.lib) into
the linker line, using a -l option.

Regards,
Martin



More information about the Python-list mailing list