fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

TypeError when opening an archive with "Encrypt file names" #4

Closed Clam- closed 9 years ago

Clam- commented 12 years ago

Like title says:

File 'up.py', line 565 in _arc
  try: z = Archive7z(f)
File 'python2.6/site-packages/pylzma-0.4.4-py2.6-linux-i686.egg/py7zlib.py', line 661 in __init__
  data += pylzma.decompress(props+tmp, maxlength=folder.unpacksizes[idx])
TypeError: Error while decompressing: 1

Archive made with win32 7-zip 9.20 (right click->add to archive GUI) and ticking "Encrypt file names" in the password section.