Message 107706 - Python tracker

Message107706

Author mark.dickinson
Recipients deleted250130, 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, deleted250130
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