1. 首先 进入cmd, 输入python,看python是否安装成功。

python3.6 右键没有 Edit with IDLE 解决方法

 说明python安装,没有问题

2. 修改注册表

第一步.  window  +  r  ,  输入 regedit

python3.6 右键没有 Edit with IDLE 解决方法


第二步   打开在注册表路径  ,HKEY_CLASSES_ROOT\SystemFileAssociations

python3.6 右键没有 Edit with IDLE 解决方法


第三步  在  SystemFileAssociations下,新建目录 : .py\shell\Edit with IDLE\command

python3.6 右键没有 Edit with IDLE 解决方法


第四步  编辑 command 值,添加路径

python3.6 右键没有 Edit with IDLE 解决方法


路径一:   "D:\SoftwareSpace\Python\Python3\pythonw.exe" 

python3.6 右键没有 Edit with IDLE 解决方法


路径二 :   "D:\SoftwareSpace\Python\Python3\Lib\idlelib\idle.pyw"

python3.6 右键没有 Edit with IDLE 解决方法


 路径三 : "%1"


第五步 , 确定 退出。 ok


相关文章:

  • 2021-10-10
  • 2021-10-09
  • 2021-11-19
  • 2021-12-26
  • 2021-10-22
  • 2021-07-29
  • 2021-11-18
  • 2021-11-20
猜你喜欢
  • 2021-05-09
  • 2021-07-07
  • 2021-06-01
  • 2021-09-28
  • 2022-01-04
  • 2021-06-11
相关资源
相似解决方案