[issue6715] xz compressor support

Amaury Forgeot d'Arc report at bugs.python.org
Thu Oct 6 17:30:10 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

On http://tukaani.org/xz, I downloaded the file named xz-5.0.3-windows.zip.
It contains precompiled dlls for both platforms: bin_i486/liblzma.dll and bin_x86_64/liblzma.dll
Unfortunately, there is no import library for VS. It should not be too difficult to make one, though: the provided headers are C89, so it's enough to write stubs for the functions used by the extension module.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6715>
_______________________________________


More information about the Python-bugs-list mailing list