If you run configure.py with -u option (debug symbols), it will only add the debug folders the Makefiles like: "/LIBPATH:C:\PyQt-win-gpl-4.7\qpy\QtCore\debug", but you are actually compiling both debug and release builds at the same time when you do this.
It should add "/LIBPATH:C:\PyQt-win-gpl-4.7\qpy\QtCore\release" along with '\debug' to the Makefiles, for QtCore, QtGui any everything else that depends on qpy or the linker complains that it can't find the non-debug versions of the above libs. -- Regards, -Demetrius Cassidy _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
