zlib

Skip Montanaro skip at pobox.com
Sat Jan 31 10:58:59 EST 2004


    Dave> I am looking for a zlib implementation (or any other which can
    Dave> handle zip archives) for Python 1.5.2. I only found one for Python
    Dave> >= 2.2 :-(

Assuming you have access to a C compiler, you might be able to fairly easily
backport the 2.2 version of zlibmodule.c back to 1.5.2.

Skip




More information about the Python-list mailing list