您的位置:首页 > 其它

"IDLE's subprocess didn't make connection. "的解决方法

2014-06-13 00:00 225 查看
“IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection."

这个问题的解决方法是:

打开所在安装目录下的 ../Lib/idlelib/PyShell.py 大约在1400行左右,将use_subprocess = True 改成 use_subprocess = False

同时删除PyShell.pyc即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐