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

Support LZMA2 #51

Closed fancycode closed 6 years ago

fancycode commented 6 years ago

Add support for LZMA2 (with updated LZMA SDK).

This fixes #43 and obsoletes #47.

mikenye commented 6 years ago

Fantastic. Thanks for this. It is greatly appreciated.

mikenye commented 6 years ago

Hi @fancycode,

I just wanted to say thanks for this. I really appreciate it.

If we ever meet, I'll buy you a beer. :)

-M

fancycode commented 6 years ago

You're welcome, and thanks for pushing me to finally implement it.

Looking forward to that :beer: :wink:

kdart commented 6 years ago

Thanks for the module. I'm currently getting another error when extracting an archive with subdirs.

Traceback (most recent call last):
  ...
  File "python/bin/_install", line 135, in extract_archive
    archive = py7zlib.Archive7z(arfo)
  File "/Users/dart/opensrc/pylzma/py7zlib.py", line 888, in __init__
    folder = folders[fidx]
IndexError: list index out of range