Daily Shaarli

All links of one day in a single page.

2023 M09 9

Releases · BtbN/FFmpeg-Builds
解决 FileNotFoundError: [WinError 2] 系统找不到指定的文件_subprocess.py 报错 winerror 2_土豆同学的博客-CSDN博客

根据提示找到lib中的subprocess.py文件(比如小编的就是 D:\soft2\python\Pythonfiles\lib\subprocess.py) ,查找class Popen模块,再将这个模块中的
init函数中的shell = False 改成shell = True