[issue8984] Python 3 doesn't register script arguments

Mark Dickinson report at bugs.python.org
Sat Jun 12 23:35:28 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

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" %*

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8984>
_______________________________________


More information about the Python-bugs-list mailing list