python的目录名称或位置发生改动报这个错误的原因,是因为python的目录名称或位置发生改动。找到修改python所在的目录,打开scripts目录。
root,dirs,files in os.walk(path): #进入文件夹目录 for f in files: #文件夹下的文件 ...