On Wednesday 17 January 2007 12:44 pm, Giovanni Bajo wrote:
> Hello Phil,
>
> this script causes a segfault for me with latest SIP snapshot and PyQt
> 3.17:
>
> ================================================
> from qt import *
> app = QApplication([])
> k = QWidget(None)
> qApp.postEvent(k, QCustomEvent(QEvent.User))
> del app
> ================================================

Is this a recent problem with current snapshots?

Is there a real use case (you'd never actually code the above)? Otherwise just 
remove the "del".

Phil

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to