This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wordtech
Recipients wordtech
Date 2008-01-22.14:34:58
SpamBayes Score 0.32026985
Marked as misclassified No
Message-id <1201012501.41.0.744457037048.issue1905@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X 10.5 (Leopard), using Python 2.5.1, double-clicking on a 
Python script in the Finder does not produce the expected behavior, i.e. 
launch a terminal session and then execute the script. These errors are 
logged in the console:

1/22/08 9:28:56 AM Python Launcher[53692] doscript: Could not activate 
Terminal
 
1/22/08 9:28:56 AM Python Launcher[53692] doscript: AESend(activate): 
error -600
 
1/22/08 9:28:56 AM Python Launcher[53692] Exit status: -600
 
1/22/08 9:28:56 AM com.apple.launchd[118] ([0x0-
0x434434].org.python.PythonLauncher[53692]) Stray process with PGID 
equal to this dead job: PID 53694 PPID 1 Terminal 

I did not observe these behaviors on OS X 10.4.
History
Date User Action Args
2008-01-22 14:35:01wordtechsetspambayes_score: 0.32027 -> 0.32026985
recipients: + wordtech
2008-01-22 14:35:01wordtechsetspambayes_score: 0.32027 -> 0.32027
messageid: <1201012501.41.0.744457037048.issue1905@psf.upfronthosting.co.za>
2008-01-22 14:34:59wordtechlinkissue1905 messages
2008-01-22 14:34:58wordtechcreate