代码改变世界

python,出现错误IDLE's subprocess didn't make connection解决方案

2012-06-03 18:28  12月  阅读(2299)  评论(0编辑  收藏  举报
我安装的版本是: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