[Pythonmac-SIG] py2app issue, app crashes on 10.7.5

Ronald Oussoren ronaldoussoren at mac.com
Thu Dec 27 13:56:01 CET 2012


On 27 Dec, 2012, at 12:28, Nadav Hashimshony <nadavh at gmail.com> wrote:

> Hi All
> 
> i build a Python app using py2app on OSX 10.8.2 and it work fine.
> 
> when trying to run the app on OSX 10.7.5 the app crashes and doesn't start.

What do you mean by crashes? Is there a crash reporter screen or some other error dialog?
> 
> when cd'ing to the app directory and running the pyx from cli it work fine.

What happens when you start the application from the command line?

For application "MyApp.app" you do this by running "MyApp.app/Contents/MacOS/MyApp".

Ronald



More information about the Pythonmac-SIG mailing list