zipfile.py

rpgarchive at my-deja.com rpgarchive at my-deja.com
Wed Dec 27 01:11:57 EST 2000


I get this same problem, but only when using zip files that have been
created on Linux, using 'zip'.

In article <3A37B917.6AC49FEA at interet.com>,
  "James C. Ahlstrom" <jim at interet.com> wrote:
> "M.J.Fisher" wrote:
> >
> > Hi,
> >
> > I have been having some trouble with using zipfile.py, I need to
unzip
> > .zip files some created in windows and
> > some in unix.
> >
> > zlib.error: Error -3 while decompressing: incomplete dynamic bit
lengths
> > tree
> >
>
> It looks like there is a version incompatibility in your
> version of zlib on Windows or Unix.  Zipfile depends on zlib
> to compress/uncompress files.  You can test this by specifying
> a compression method of ZIP_STORED for all files so they are not
> compressed.  Or you could check zlib versions.
>
> Jim Ahlstrom
>


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list