python 启动提示IDLE's subprocess didn't make conne...

问题:
提示错误:
IDLE's subprocess didn't make connection.Either IDLE can;t this

start a subprocess or personal firewall software is blocking it

the connection io

That usually means that your firewall is blocking IDLE, so di

enable it in your firewall. If that doesnt work, do this to fix process

it (with some disavantages): ant

Open C:/Python24/Lib/idlelib/PyShell.py make

change
use_subprocess = True co

to block

use_subprocess = False 错误

同时删除PyShell.pyc

相关文章
相关标签/搜索