> > import sys > del sys.modules['twisted.internet.reactor'] > import qt4reactor > qt4reactor.install()
When I use this with pyinstaller, compiling and executing the .exe file works fine. Problem is that my GUI application is not exiting properly when a user hits the Close-button of the window. The console window remains open and is idling. When compiled without console window enabled, the process remains until closed via task manager. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
