1.window+r,输入regedit打开注册表编辑器。
右键没有Edit with IDLE解决方法
2. 打开HKEY_CLASSES_ROOT\SystemFileAssociations。
右键没有Edit with IDLE解决方法
3. 在SystemFileAssociations下,递归创建目录:.py\shell\Edit with IDLE\command。
右键没有Edit with IDLE解决方法
4. 编辑 command 值。
数值数据为:“D:\Program Files (x86)\Python\pythonw.exe” “D:\Program Files (x86)\Python\Lib\idlelib\idle.pyw” -e “%1”(具体根据你的安装路径修改)
右键没有Edit with IDLE解决方法
5.成功解决。
右键没有Edit with IDLE解决方法

相关文章:

  • 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-10-31
  • 2021-07-07
  • 2021-06-01
  • 2021-09-28
  • 2022-01-04
  • 2021-06-11
相关资源
相似解决方案