[PyQt] Bug in PyQt-4.4.3 windows debug configure
Brian Kelley
kelley at eyesopen.com
Fri Aug 15 16:58:11 BST 2008
To track down a nasty crash bug, I was building PyQt in debug mode.
It fails in QtDesigner because qpy/QtDesigner is built in release mode
(I'm using configure's -u option).
I made a successful compile by changing the Makefile lines to:
first: debug
install: debug-install
uninstall: debug-uninstall
I assume that this should be done during the configure, but I haven't
been able to figure out where yet.
Brian Kelley
More information about the PyQt
mailing list