Changes between Initial Version and Version 1 of Ticket #18410, comment 3
- Timestamp:
- May 31, 2012, 7:56:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18410, comment 3
initial v1 12 12 that are supposed to perform this association and save us fom having to type the `'python '` prefix to execute Python scripts. Unfortunately all of them are horrible hacks that do more harm that good because they fail when the Python script is passed a certain number of command line arguments, or there is a space in the path to the Python interpreter bynary, or in the path of the Python script, etc. etc. 13 13 14 I say this with the experience if having read many mailing list/forum posts by people suffering from things like ''"I execute `setup.py foo` on Windows and what I get is a Notepad windows with the text of the setup.py file"''.14 I say this with the experience if having read many mailing list/forum posts by people suffering from problems like ''"I execute `setup.py foo` or `manage.py bar` on Windows and what I get is a Notepad windows with the text of the setup.py|manage.py file"''. 15 15 16 16 Btw, this is something that also is in process of being solved in the Python Windows installation realm by (see PEP 397 and Google for "pylauncher")