[Zope] Zip support in Zope

Chris Withers chrisw@nipltd.com
Wed, 24 Jul 2002 23:30:43 +0100


douwe@oberon.nl wrote:
> 
> I would like to return a zip file from zope. I found a file zipfile152.py as
> part of ZipFolder, but the ZipFolder product itself seems to only support
> uploading of zip files. I would like to do the opposite. Any other
> suggestions?

Load at python's zipefile module and write an external method?

http://www.python.org/doc/current/lib/module-zipfile.html

cheers,

Chris