[Zope-CMF] CMFComplexDocument
Jens Quade
jq@jquade.de
07 May 2001 23:15:59 +0200
"Rolander, Dan" <Dan.Rolander@marriott.com> writes:
> Okay, I got it to work. I finally figured out that I had to copy
> ZipFolder/zipfile152.py to zipfile.py. In testing CMFComplexDocument, I've
So you are using Python 1.52; BTW the zipfile.py stuff is mentioned
in the README.
> Anyone know why this is happening?
I suppose this is a bug in zlib and/or the way calling it has
changed. I can't reproduce this with newer versions of Python, but
I've seen it too with Python 1.52.
You have (at least) these options:
- do not compress the files in the ZIP (e.g. with zip -0 or some
switch in your Zip utility).
- use Python 2.x with current Zope
- use Python 2.1 and Zope 2.4 and ZipFolder 0.3 (hey...)
HTH,
jens
--
Shipping software is an unnatural act