eryksun added the comment:

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.

----------
components: +Windows -2to3 (2.x to 3.x conversion tool)
nosy: +eryksun, paul.moore, steve.dower, tim.golden, zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to