Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button
Flickr button
Stumbleupon button
Newsvine button

pylzma 0.4.1 released

I’m pleased to announce the release of PyLZMA 0.4.1!

PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.

Changes since 0.3.0

  • updated LZMA SDK to latest version 4.65
  • plain ANSI C now
  • fixed potential segfaults when running on 64bit (issue #9)
  • fixed compilation errors with newer versions of gcc (issue #6)
  • fixed compilation error on OSX
  • supports copy/zip/bzip2 compressed files in .7z archives
  • fixes CRC calculation across different Python versions
  • minor code cleanups

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.

Monday, April 26th, 2010 Development

Leave a Reply