“IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection."
这个问题的解决方法是:
打开所在安装目录下的 ../Lib/idlelib/PyShell.py 大约在1400行左右,将use_subprocess = True 改成 use_subprocess = False
同时删除PyShell.pyc即可。
本文介绍了解决Python IDLE中出现的subprocess连接问题的方法。通过修改PyShell.py文件中的use_subprocess参数并删除PyShell.pyc文件,可以有效解决此问题。
5379

被折叠的 条评论
为什么被折叠?



