I was looking through the source code and I found some code like this:
#if defined(QT_NO_EXCEPTIONS)
...
#else
...So how do I start my program with QT_NO_EXCEPTIONS set to true? -- View this message in context: http://old.nabble.com/How-to-start-program-with-QT_NO_EXCEPTIONS-tp27564708p27564708.html Sent from the PyQt mailing list archive at Nabble.com. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
