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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to