IDLE崩溃,IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal...

时间:2021-12-27 07:11:46

在做课设时遇到的一个问题,IDLE突然崩溃不能正常运行,只要一运行就崩溃。

这个问题是你写了一个与库函数重名的python文件,只需要将该文件的名字改掉即可,然后删除
F:\python\python\Lib\idlelib__pycache__\PyShell.cpython-35.pyc,可用everything搜索PyShell.cpython-35.pyc。具体见参考。

注:不建议听从百度知道的答案修改Lib\idlelib\PyShell.py文件,中main()函数中的use_subprocess的值。

参考:http://bbs.fishc.com/forum.php?mod=viewthread&tid=67949