Python程序有时在window上右键没有IDLE,就是因为注册表中没有python.exe。只要把下面的代码写到一个记事本中,再把记事本的后缀改为.reg双击该文件,然后重启电脑即可。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File\shell\EditwithIDLE]
@="&Edit with IDLE"
[HKEY_CLASSES_ROOT\Python.File\shell\EditwithIDLE\command]
@="\"C:\\Python27\\pythonw.exe\" \"C:\\Python27\\Lib\\idlelib\\idle.pyw\" -e \"%1\""