Hallo! I packaged an application (with pyinstaller 2.1, python 2.7.6, wxpython, numpy and some smaller packages) on OSX Mountain Lion and everything worked perfect.
However, when I try to launch the generated app bundle on a different computer (in my test it was OSX Maverick), the app just doesn't start and nothing happens. But running it on the command line: ./my_app.app/Contents/MacOS/my_app works without problems! Is there anything I can do to further debug this issue? I am happy to send any needed data or try various things ... The same questions is also on stackoverflow: https://stackoverflow.com/questions/18328703/mac-os-x-app-bundle-built-from-pyinstaller-doesnt-work-correctly and in the pyinstaller issue tracker: http://www.pyinstaller.org/ticket/604 BTW: What does this answer at this ticket mean?: "could you create a bundle of a simple example and check the .app works? The issue could be that osx is passing to every bundle an option starting with *-p*." Thanks for any hints, LG Georg -- 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/groups/opt_out.
