Python IDLE 错误:IDLE's subprocess didn't make connection 的解决方案
Python IDLE 错误描述:
Subprocess Startup Error IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection.
错误截图:
错误原因分析:
同层目录下存在和Python库文件相同名字的.py文件,导致子进程无法创建的问题。
解决方法:
排查目录下的.py文件,找到和库文件名字相同的.py文件,然后重命名之。
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
相关推荐
dingwun 2020-11-16
赵家小少爷 2020-05-06
lhxxhl 2020-04-21
kkpiece 2020-03-03
skdzyl 2020-03-01
mieleizhi0 2020-03-01
猛禽的编程艺术 2020-02-02
Winterto0 2020-01-18
onetozero 2019-12-30
yuuuuy 2020-01-06
赵家小少爷 2019-12-09
Laozizuiku 2019-12-06
CloudXli 2019-12-05
jacktangj 2019-10-28
liusarazhang 2019-10-25
liusarazhang 2019-10-22
codeAB 2019-10-20
gnulinux 2019-06-05