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 amaury.forgeotdarc
Recipients JT.Johnson, amaury.forgeotdarc
Date 2010-02-15.19:40:31
SpamBayes Score 7.4190066e-05
Marked as misclassified No
Message-id <1266262832.91.0.0507956029643.issue7936@psf.upfronthosting.co.za>
In-reply-to
Content
How do you supply parameters to your script?
Did you add the association for ".py" files yourself?

From a command prompt, type:
    assoc .py
this displays a string like ".py=Python.File". Now type
    ftype Python.File
(actually replace Python.File with the output from the first command)
This should display something like
    Python.File="C:\Python26\python.exe" "%1" %*
If %* is missing, then arguments are not passed to the python interpreter.
History
Date User Action Args
2010-02-15 19:40:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, JT.Johnson
2010-02-15 19:40:32amaury.forgeotdarcsetmessageid: <1266262832.91.0.0507956029643.issue7936@psf.upfronthosting.co.za>
2010-02-15 19:40:31amaury.forgeotdarclinkissue7936 messages
2010-02-15 19:40:31amaury.forgeotdarccreate