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

python(2.7.10) 安装后启动错误:IDLE's subprocess didn't make connection

2015-07-27 15:37 585 查看
问题:
启动Python提示错误:
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, so enable it in your firewall. If that doesnt work, do this to fixit (with some disavantages):解决办法:1.打开 C:/Python24/Lib/idlelib/PyShell.py(Python安装目录)将
use_subprocess = True改为use_subprocess = False2. 删除PyShell.pyc

本文出自 “澄明” 博客,请务必保留此出处http://chebgming001.blog.51cto.com/7935897/1678765
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: