On 01/15/14 06:14, Georg Holzmann wrote:
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 ...

You can see output from the app bundle in the Console (/Applications/Utilities/Console). Hopefully there will be an error message that sheds some light on the problem.

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

When you double-click on a .app bundle, MacOS starts the corresponding executable with a command-line argument like "-psn_12345" which provides the Process Serial Number. This is used by some Cocoa services but for the most part you can safely ignore it.

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

Reply via email to