首页 > 编程语言 > 详细

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

时间:2015-07-27 16:31:09      阅读:498      评论:0      收藏:0      [点我收藏+]

问题:
启动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 fix

it (with some disavantages):

解决办法:

1.打开 C:/Python24/Lib/idlelib/PyShell.py(Python安装目录)


use_subprocess = True

改为

use_subprocess = False

2. 删除PyShell.pyc


本文出自 “澄明” 博客,请务必保留此出处http://chebgming001.blog.51cto.com/7935897/1678765

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

原文:http://chebgming001.blog.51cto.com/7935897/1678765

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!