您的位置:首页 > 编程语言 > Python开发

python运行出现IDLE's subprocess didn't make connection. Either IDLE can't start or personal firewal的解决方案

2017-09-15 20:39 651 查看


提示:IDLE's
subprocess didn't make connection. Either IDLE can't start or personal firewall software is blocking connection

解决办法:

1.打开所在安装目录下的C:/Python24/Lib/idlelib/PyShell.py ,

2.将use_subprocess = True 改成 use_subprocess = False

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