Archive for March, 2011
pylzma and Python 3.x
After some hacking around, the latest code on Github now has experimental support for Python 3.x and therefore should compile and run on both Python 2.x and 3.x.
Please give it a try and report any glitches you are experiencing to my bugtracker.
pylzma 0.4.4 released
I’m pleased to announce the release of PyLZMA 0.4.4!
PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.
Changes since 0.4.3
- fixed issue when compiling using MSVC (thanks Zart)
- fixed issue when compiling with gcc on i386 platforms (Github issue #2)
You can get the source tarball from the Python Package Index or from Github. Windows binary eggs will be available in the next days.
If you’re using easy_install, grab the latest version using
easy_install -U pylzma
Please report any issues you are having with the new version to my bugtracker.