我是靠谱客的博主 默默冬天,最近开发中收集的这篇文章主要介绍python 错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题:
提示错误:
IDLE's subprocess didn't make connection.Either IDLE can;t

start a subprocess or personal firewall software is blocking

the connection

That usually means that your firewall is blocking IDLE, so

enable it in your firewall. If that doesnt work, do this to fix

it (with some disavantages):

Open C:Python24LibidlelibPyShell.py

at the 1272 line
change
use_subprocess = True

to

use_subprocess = False

同时删除PyShell.pyc

最后

以上就是默默冬天为你收集整理的python 错误的全部内容,希望文章能够帮你解决python 错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(50)

评论列表共有 0 条评论

立即
投稿
返回
顶部