zlib

  • Thread starter =?iso-8859-15?Q?David_D=FCrrenmatt?=
  • Start date
?

=?iso-8859-15?Q?David_D=FCrrenmatt?=

Hi,

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



Thanks
Dave
 
S

Skip Montanaro

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
 
J

Just

Skip Montanaro said:
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.

zlib is part of the 1.5.2 distro, but zipfile.py was new in 1.6 it seems.

Just
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,176
Messages
2,570,947
Members
47,501
Latest member
Ledmyplace

Latest Threads

Top