On 13/02/2014 12:03, Nagy László Zsolt wrote:
> 
>>  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?

Probably: things like .dlls are Python-2 specific. And the registry
entries are per-version as well.

TJG

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

Reply via email to