[Zope] Zip support in Zope
douwe@oberon.nl
douwe@oberon.nl
Fri, 26 Jul 2002 16:07:15 +0200
Thanks. Sounds like a good plan.
Douwe
> -----Original Message-----
> From: Chris Withers [mailto:chrisw@nipltd.com]
> Sent: Thursday, July 25, 2002 12:31 AM
> To: douwe@oberon.nl
> Cc: zope@zope.org
> Subject: Re: [Zope] Zip support in Zope
>
>
> 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