What steps will reproduce the problem?
1. python setup.py install
2.
3.
What is the expected output? What do you see instead?
AttributeError: ZipFile instance has no attribute 'extractall'
What version of the product are you using? On what operating system?
windows xp, python2.5
Please provide any additional information below.
in pythoon2.5 ZipFile don't has the attribute 'extractall',
>>> from zipfile import ZipFile
>>> dir(ZipFile)
['_GetContents', '_RealGetContents', '__del__', '__doc__', '__init__', '__module
__', '_writecheck', 'close', 'fp', 'getinfo', 'infolist', 'namelist', 'printdir'
, 'read', 'testzip', 'write', 'writestr']
Original issue reported on code.google.com by shixiangwen03@gmail.com on 18 Jun 2010 at 3:32
Original issue reported on code.google.com by
shixiangwen03@gmail.com
on 18 Jun 2010 at 3:32