Python IDLE启动报错subprocess startup error

发布时间 2023-12-13 14:46:20作者: Danlis

修改[Python目录]\Lib\idlelib\PyShell.py文件,将 def main():函数下面的 use_subprocess = True 修改为: use_subprocess = False,我这边的位置在1388行左右。
从CSDN https://blog.csdn.net/xiaoyaotan123/article/details/40159691 那边查到的一个解决方案。