Under Windows XP I have a context menu entry "edit with IDLE" for Python source files. I tried to make this work under Windows 7 (32 bit) as well by setting the corresponding registry entries under
HKEY_LOCAL_MACHINE\SOFTWARE\.py\shellex\ContextMenuHandlers\
However without success - the context menu entry does not appear. How do I set a context menu entry for a specific file type in Windows 7?
I spent some time trying to figure this out, and finally got it. I'm running Windows 7, but it should be the same for Windows Vista, Windows XP, etc.
regedit
and hit ENTER).py
.py
key you come across, delete it.Do this until it gives you the message: finished searching the registry. Repeat this process but changing the search for the following querys:
.pyw
python
python.exe
pythonw.exe
Delete them all