From a cmd window:

ftype python.file="C:\Windows\py.exe" "%1" %*

ftype python.noconfile="C:\Windows\pyw.exe" "%1" %*

TJG
Thank you. It worked. Although I must note that it only works if you start the cmd.exe as administrator (under Windows 7).

Is it the only thing that was possibly overwritten by the python 2 installer?


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to