Python IDLE 错误 Python IDLE 错误:IDLE''s subprocess didn''t make connection 的解决方案
sollor525 人气:0想了解Python IDLE 错误:IDLE''s subprocess didn''t make connection 的解决方案的相关内容吗,sollor525在本文为您仔细讲解Python IDLE 错误的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:Python,IDLE,错误,Python,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文件,然后重命名之。
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
加载全部内容