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 eryksun
Recipients eryksun, gladman, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-11.10:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439288324.6.0.562940327451.issue24843@psf.upfronthosting.co.za>
In-reply-to
Content
Your .py file association isn't configured to pass command-line arguments. Revert to using the "Python.File" type that was created by Python's installer. The associated command should be something like 

    "C:\Windows\py.exe" "%1" %*

depending on where py.exe is located.
History
Date User Action Args
2015-08-11 10:18:44eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, gladman
2015-08-11 10:18:44eryksunsetmessageid: <1439288324.6.0.562940327451.issue24843@psf.upfronthosting.co.za>
2015-08-11 10:18:44eryksunlinkissue24843 messages
2015-08-11 10:18:44eryksuncreate