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 mark.dickinson
Recipients Sworddragon, eric.araujo, loewis, mark.dickinson
Date 2010-06-12.21:35:27
SpamBayes Score 0.00390214
Marked as misclassified No
Message-id <1276378528.53.0.284922933426.issue8984@psf.upfronthosting.co.za>
In-reply-to
Content
I'm failing to reproduce this on Windows 7, too.

It sounds as though you're starting the python script without an explict 'python'.  What are your filetype associations for python scripts?

i.e., what's the result of typing 'assoc py' at a console prompt?
And what's the result of the 'ftype' command for the above?

Just for reference, I get:

>assoc.py
.py=Python.File

>ftype Python.File
Python.File=C:\Python31\python.exe "%1" %*
History
Date User Action Args
2010-06-12 21:35:28mark.dickinsonsetrecipients: + mark.dickinson, loewis, eric.araujo, Sworddragon
2010-06-12 21:35:28mark.dickinsonsetmessageid: <1276378528.53.0.284922933426.issue8984@psf.upfronthosting.co.za>
2010-06-12 21:35:27mark.dickinsonlinkissue8984 messages
2010-06-12 21:35:27mark.dickinsoncreate