同时装有Python3.12和Python3.14,历史原因Python3.12出现问题,需要删除,但是删除不干净
如图


Edit312其实是已经卸载了,但是因为其他原因没有卸载完成。
路径:
在运行输入"regedit"进入注册表;
计算机\HKEY_CLASSES_ROOT\Python.File\Shell\editwithidle\shell\edit312
在运行输入"regedit"进入注册表;
找到[HKEY_CLASSES_ROOT\Python.File\Shell\open\command]
将值改为""C:\Users\Administrator\AppData\Local\Programs\Python\Launcher\py.exe" "%L" %" "%L" %
同时修改环境变量
Path F:\tools\python;F:\tools\python\Scripts
