On 10/04/13 16:17, Glenn Ramsey wrote:
On 06/04/13 11:52, Glenn Ramsey wrote:

The frozen app runs correctly from the directory produced by COLLECT() but it
hangs when run as an app. I assume that something is missing or incorrectly
configured in the .app folder but I can find no clues as to what that might be.

I found the problem. PyInstaller adds LSBackGroundOnly=True to Info.plist. If I
remove that key or set it to 0 then the app works as expected. I see from the
comment in Build.py that this is there to prevent an icon for the decompressor
from appearing on the task bar, but in this case it also prevents the app from
showing.

This is using PyInstaller 2 with MacPorts Python 2.7.3 (32 bit) and building/running on OSX 10.8.3. I am curious to know if this affects anyone else?

Glenn

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to