[Pythonmac-SIG] py2app & multiprocessing

Dave Peterson dpeterson at enthought.com
Wed Aug 12 22:22:48 CEST 2009


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



More information about the Pythonmac-SIG mailing list