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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to