无法使用python创建ZIP文件

时间:2014-07-12 12:42:25

标签: python zipfile python-3.4

我正在尝试使用python 3.4创建zipfile。 执行后会显示以下错误:

AttributeError: 'module' object has no attribute 'Zipfile'

我的代码:

import zipfile

f= zipfile.Zipfile("testZIP.zip","w")

1 个答案:

答案 0 :(得分:12)

zipfile.ZipFileF而非zipfile.Zipfile