The EditWithIdleX.py script fails in Windows 10 (64 bit) This appears to be due to the registry call in function get_python_executable() Replacing line: p = W.OpenKey(reg, r'Python.File\shell\Edit with IDLE\command') With: p = W.OpenKey(reg, r'Python.File\Shell\editwithidle\shell\edit37-32\command') Allows the installation of the right click context menu option. Tested successfully on two separate PC's David
The EditWithIdleX.py script fails in Windows 10 (64 bit) This appears to be due to the registry call in function get_python_executable() Replacing line: p = W.OpenKey(reg, r'Python.File\shell\Edit with IDLE\command') With: p = W.OpenKey(reg, r'Python.File\Shell\editwithidle\shell\edit37-32\command') Allows the installation of the right click context menu option. Tested successfully on two seperate PC's David