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