启动IDLE时报Subprocess Startup Error错误
错误信息
IDLE‘s subprocess didn‘t make connection.Either IDLE cant‘t start a subprocess or personal firewall software is blocking the connection.
是因为防火墙的原因,下面就解决这个问题:
1)打开控制面板
2)允许程序通过防火墙
3)允许运行另一程序
4)选择Python安装的路径pythonw.exe文件
5)把Python的全部打对勾√
6)最后再启动IDLE就成功了
原文:http://www.cnblogs.com/Owen-ET/p/6896493.html