码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2015-07-27 16:33:01      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:python

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

标签:python

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!