[PyKDE] PyQt crash

Giovanni Bajo rasky at develer.com
Thu Nov 30 16:46:17 GMT 2006


Hello,

the following code snippet causes a segfault:

>>> from qt import QApplication
>>> app = QApplication(["-v"]*10)
>>> del app
>>> app = QApplication([])

I'm using Qt 3.3.6, PyQt 3.16, SIP 4.4.3, under Windows.
-- 
Giovanni Bajo




More information about the PyQt mailing list