Christopher Barker wrote:
hmm -- I think that is indeed where the working dir is set by py2app
when starting op. try:
print os.getcwd()
you can look in the "Console" app to see stuff printed to stdout.
Or you can just open up a terminal and explicitly run the executable
like so:
/path/to/my/AppBundle/Contents/MacOSX/myexecutable
This is useful for getting stderr and stdout both.
-- Dave
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig