"R. Alan Monroe" wrote:
>I noticed the "Edit" context menu option in Windows Explorer was
> opening an older version of pythonwin. I re-ran the pywin32 210
> installer to see if it would patch it up, but no dice.
>
> I can hand-correct these of course, but shouldn't it be working out of
> the box? Flaw in the installer?
>
>
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CLASSES_ROOT\Python.File]
>> @="Python File"
>>
>> [HKEY_CLASSES_ROOT\Python.File\AutoRegister]
>> @="C:\\WINNT\\System32\\PythonCOM23.dll" <---------- WRONG?
>>
>> [HKEY_CLASSES_ROOT\Python.File\DefaultIcon]
>> @="C:\\Python25\\DLLs\\py.ico"
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell]
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\Edit]
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\Edit\command]
>> @="C:\\Python23\\pythonwin.exe /edit \"%1\"" <---------- WRONG?
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE]
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
>> @="\"C:\\Python25\\pythonw.exe\" \"C:\\Python25\\Lib\\idlelib\\idle.pyw\" -n
>> -e \"%1\""
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\open]
>>
>> [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
>> @="\"C:\\Python25\\python.exe\" \"%1\" %*"
>
> Alan
The registry entries for Pythonwin have been added to the postinstall script.
Roger
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32