Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to