首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

python 异常

2012-12-18 
python 错误问题:提示错误:IDLEs subprocess didnt make connection.Either IDLE cantstart a subproce

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):

Open C:\Python24\Lib\idlelib\PyShell.py

at the 1272 line
change
use_subprocess = True

to

use_subprocess = False

同时删除PyShell.pyc

热点排行