Crash when launching python

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Sep 4 21:25:08 EDT 2024


On 5/09/24 7:48 am, Barry Scott wrote:
> Beware that you cannot use print to stdout for a .app as its stdin/stdout do not go anywhere useful.

You can invoke the executable inside the package from the Terminal.

Normally it's in the <appname>.app/Contents/MacOS subdirectory. The name
varies, but there's usually just one executable file in there. Run that
from a shell and you should see anything written to stdout or stderr.

-- 
Greg


More information about the Python-list mailing list