> > 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.
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? Hi, I have the same issue but if I remove LSBackGroundOnly from Info.plist I get two icons bouncing for a few seconds in my dock before they disappear. I can execute my app without problems running the script from Contents/MacOS. I'm using PyInstaller 2 with official Python 2.7.6 (64 bit) and running MacOS 10.9.2 -- 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.
