脚本之家,脚本语言编程技术及教程分享平台!
分类导航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服务器之家 - 脚本之家 - Python - Python IDLE 错误:IDLE''s subprocess didn''t make connection 的解决方案

Python IDLE 错误:IDLE''s subprocess didn''t make connection 的解决方案

2020-09-21 10:50sollor525 Python

这篇文章主要介绍了Python IDLE 错误:IDLE's subprocess didn't make connection 的解决方案的相关资料,需要的朋友可以参考下

Python IDLE 错误描述:

?
1
2
3
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 IDLE 错误:IDLE''s subprocess didn''t make connection 的解决方案

错误原因分析:

同层目录下存在和Python库文件相同名字的.py文件,导致子进程无法创建的问题。

解决方法:

排查目录下的.py文件,找到和库文件名字相同的.py文件,然后重命名之。

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

原文链接:http://blog.csdn.net/sollor525/article/details/17093441

延伸 · 阅读

精彩推荐