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.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.

Monday, March 21st, 2011 Development

2 Comments to pylzma 0.4.4 released

  • Diederik says:

    Hi,
    Thanks so much for this awesome library! If you could add a streaming file object (like the builtin gzip and bz2 in python) would make it even more awesome!

    Thanks so much for your hard work.

    Best,
    Diederik

  • Martin says:

    Hi,
    It’s possible to read(extract) and write(compress) a rar file with this module?

  • Leave a Reply