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 ================================================ -- Giovanni Bajo