PYQTを使い始めましたが、2回目の起動時に、IDEPyScripterが体系的に閉じられます。次のような非常に単純なコードでも:
#!/usr/bin/env python
import sys
from PyQt4.QtGui import QLabel, QApplication
if __name__=='__main__':
App = QApplication(sys.argv)
Label = QLabel( "Hello World!" )
Label.show()
App.exec_()
PyScripterバージョン2.4.1.0; Python 2.7.1; PyQT4