On Wednesday, October 24, 2012 07:32:09 PM flyer wrote: > Is it possible to initialize and delete QApplication instances many times?
No, IIRC isn't. Hugo > The following is a sample code: > > while some_condition: > > app = QApplication(sys.argv) > > > > some_actions > > > del app > > I tried, but it seemed impossible. > > If I want to initialize and delete QApplication instances many times in a > single file, how can I do that?
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
