Closed fancycode closed 6 years ago
Fantastic. Thanks for this. It is greatly appreciated.
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
You're welcome, and thanks for pushing me to finally implement it.
Looking forward to that :beer: :wink:
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
Add support for LZMA2 (with updated LZMA SDK).
This fixes #43 and obsoletes #47.