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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to