AttributeError:ZipFile实例在python 2.4中没有属性'open'

时间:2012-06-05 20:55:00

标签: python attributeerror

storefile(ftpcon, file, archive.open('NONVOL/'+file))

给我AttributeError:ZipFile实例没有属性open

但是当我将.open更改为.read时(由于open()在2.4中不可用)我得到:

AttributeError:str对象没有属性read

在:

ftpcon.storbinary('STOR ' + filename.strip(), file)

0 个答案:

没有答案