标签: python zip
我正在尝试使用Python压缩包含csv文件和html文件的文件夹。
我正在尝试执行以下行
shutil.make_archive(folder_with_file, 'zip', folder_with_file)
上面的行被执行了,但是压缩文件中只有csv文件,并出现以下错误
0:151: execution error: File some object wasn’t found. (-43)