|
个人经验:
一、点击C:\Python27\ArcGIS10.3\Lib\idlelib\idle.bat ,运行idle.bat
如果不出意外,这个办法就可以解决你的问题
二、(还不行的话)用如下办法:
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]@="\"C:\Python27\pythonw.exe\" \"C:\Python27\Lib\idlelib\idle.pyw\" -e \"%1\""[HKEY_CLASSES_ROOT\Python.NoConFile\shell\Edit with IDLE\command]@="\"C:\Python27\pythonw.exe\" \"C:\Python27\Lib\idlelib\idle.pyw\" -e \"%1\""将上面保存成C:\Python27\idle.reg,右键点击“合并”
|
|