标签: python python-2.6
我知道有很多关于此的主题,但是我的问题是我的脚本必须在具有标准库的Python 2.6上运行。
在python 2.6中压缩文件夹,其子文件夹和所有文件的任何想法吗?
我在Python 3上使用shutil.make_archive(output_filename, 'zip', dir_name),但在Python 2.6上不起作用。
shutil.make_archive(output_filename, 'zip', dir_name)