我安装的版本是:3.2.3

报错提示信息:

IDLE's subprocess didn't make connection.

Either IDLE can't
start a subprocess or personal firewall software is blocking the connection.

That usually means that your firewall is blocking IDLE, soenable it in your firewall.

If that doesnt work, do this to fix
it (with some disavantages)。
 
解决方法:

打 开: Python安装目录/Lib/idlelib/PyShell.py
use_subprocess = True修改成use_subprocess = False

同时删除或改名:Python安装目录/Lib/idlelib/__pycache__PyShell/cpython-32.pyc

相关文章:

  • 2022-02-08
  • 2021-04-05
  • 2021-05-19
  • 2021-06-25
  • 2021-08-18
  • 2023-03-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-01
  • 2022-12-23
  • 2021-12-04
  • 2021-12-13
  • 2022-12-23
  • 2021-04-03
  • 2021-12-18
相关资源
相似解决方案