[issue1905] PythonLauncher not working correctly on OS X 10.5/Leopad

Ronald Oussoren report at bugs.python.org
Fri May 2 23:49:27 CEST 2008


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Python Launcher assumes that Terminal.app has a specific creator code, 
that's no longer true in Leopard.

The code in doscript.m was already rather hackish, I've replaced it by
a more modern way to use AppleEvents.

I've committed a fix in rev. 62648 (trunk) and 62649 (2.5 branch). 

A side effect of that patch is that PythonLauncher no longer works on OS 
X 10.2 or earlier, IMHO supporting that release wouldn't be worth the 
trouble.

----------
resolution:  -> fixed
status: open -> pending

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1905>
__________________________________


More information about the Python-bugs-list mailing list