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 living180
Recipients living180, metolone, v+python
Date 2009-08-23.12:25:42
SpamBayes Score 2.3017474e-06
Marked as misclassified No
Message-id <1251030347.72.0.954643670926.issue4485@psf.upfronthosting.co.za>
In-reply-to
Content
I have created a script that does essentially what Mark Tolonen
suggests.  When it is provided a script to run, it looks for a #! line
and if it exists, attempts to use that to determine which version of
python.exe to use.  It also has the ability to install itself as the
default command for running .py files in the Windows registry.

Feedback welcome.
History
Date User Action Args
2009-08-23 12:25:48living180setrecipients: + living180, v+python, metolone
2009-08-23 12:25:47living180setmessageid: <1251030347.72.0.954643670926.issue4485@psf.upfronthosting.co.za>
2009-08-23 12:25:46living180linkissue4485 messages
2009-08-23 12:25:46living180create