Python2.5 右键没有Edit with IDLE的解决方法

发布网友 发布时间:2022-04-24 20:08

我来回答

1个回答

热心网友 时间:2022-04-19 04:18

你用的linux吗?windows安装后通常就会有这个选项。

你将下面一段话存为1.reg,然后双击注册就可以了
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File]
@="Python File"
[HKEY_CLASSES_ROOT\Python.File\DefaultIcon]
@="C:\\Python27\\DLLs\\py.ico"
#这里要改成python2.5的路径

[HKEY_CLASSES_ROOT\Python.File\shell]
[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE]
[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python27\\pythonw.exe\" \"C:\\Python27\\Lib\\idlelib\\idle.pyw\" -e \"%1\""
#这里要改成python2.5的路径

[HKEY_CLASSES_ROOT\Python.File\shell\Edit with Pythonwin]
[HKEY_CLASSES_ROOT\Python.File\shell\Edit with Pythonwin\command]
@="C:\\Python27\\Lib\\site-packages\\Pythonwin\\Pythonwin.exe /edit \"%1\""
#这里要改成python2.5的路径
[HKEY_CLASSES_ROOT\Python.File\shell\open]
[HKEY_CLASSES_ROOT\Python.File\shell\open\command]
@="\"C:\\Python27\\python.exe\" \"%1\" %*"
#这里要改成python2.5的路径
[HKEY_CLASSES_ROOT\Python.File\shellex]
#[HKEY_CLASSES_ROOT\Python.File\shellex\DropHandler]
#@="{60254CA5-953B-11CF-8C96-00AA00B8708C}"
#这个根据你自己操作系统,设置一下。可以参考其它的文件结尾关联的设置。

在注册表里搜索一下

话说回来,用python2.5的少了些。虽然它很经典,其中psyco优化后速度快。大部分库都可以使用2.7了。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com