Message82108
The Mac port of Python contains a binary named "PythonLauncher" which
can be used as the association of ".py" and ".pyw" files. This program
will launch the script (either in a Terminal window or without a
window).
In hindsight adding this tool was not a good idea: this makes it way to
easy to accidently launch python script downloaded from the Internet.
Removing PythonLauncher would still allow running the scripts through
IDLE (which also has an association to ".py" and ".pyw" files in it
Info.plist).
In my experience most ".py" files are modules instead of standalone
scripts, opening the file in an editor would therefore be a better
action in the majority of use-cases. |
|
Date |
User |
Action |
Args |
2009-02-14 19:08:25 | ronaldoussoren | set | recipients:
+ ronaldoussoren |
2009-02-14 19:08:25 | ronaldoussoren | set | messageid: <1234638505.38.0.029039550018.issue5262@psf.upfronthosting.co.za> |
2009-02-14 19:08:24 | ronaldoussoren | link | issue5262 messages |
2009-02-14 19:08:23 | ronaldoussoren | create | |
|