欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > python >内容正文

python

python自带的idle输入python_打开python自带IDLE出的问题

发布时间:2023/12/2 python 39 豆豆
生活随笔 收集整理的这篇文章主要介绍了 python自带的idle输入python_打开python自带IDLE出的问题 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

打开python自带IDLE编辑器时出的问题

IDLE can't bind to a TCP/IP port, which is necessary to

communicate with its Python execution server. This might be

because no networking is installed on this computer. Run IDLE

with the -n command line switch to start without a subprocess

and refer to Help/IDLE Help 'Running without a subprocess' for

further details.

转中文:

IDLE无法绑定到TCP/IP端口,这是              与它的Python执行服务器通信。这可能是              因为这台计算机上没有安装网络。空转              使用-n命令行开关在没有子进程的情况下启动              并参阅帮助/空闲帮助“不带子进程运行”              更多细节。

解决方法:

以管理员身份打开cmd,输入netsh winsock reset 重置网络命令,再重启电脑,就可以了。

总结

以上是生活随笔为你收集整理的python自带的idle输入python_打开python自带IDLE出的问题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。