I have a similar issue with qtreactor (for qt5), but in OS X. The application 
works fine from clicking the executable itself, with command line, but it 
completely fails to open when the user tries to open it as an .app bundle, 
which is the normal way OS X programs are run. I have found no solutions either.


On Jun 22, 2014, at 15:12, Patrick Bug <[email protected]> wrote:

> 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.

-- 
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.

Reply via email to