[Pythonmac-SIG] Almost done - Help with understanding internals

Srini Kommoori vasure at gmail.com
Thu Dec 2 20:42:10 CET 2010


Hi Guys,

Finally, I could able to get a good handle on using py2app.

The only problem is, if I did
open dist/test.app          -> doesn't work - gives just an Error
window. Seems like print of ___error__.sh file.

But if I did,
open dist/test.app/Contents/MacOS/test   -> works fine

What is the internal execution order?

python __boot__.py -> then _run(test.py)

thanks,
-Srini


More information about the Pythonmac-SIG mailing list