How to compress a folder and all of its sub directories and filesinto a zip file?
Fredrik Lundh
fredrik at pythonware.com
Tue Jun 28 08:04:00 EDT 2005
Brian van den Broek wrote:
> So, it would appear that compression requires a 3rd party module, not
> included in Python (and not present on my Windows box).
where did you get your Windows Python? afaik, the zlib module has been
included in all major Python binary distributions since 1.5.2 or so...
</F>
More information about the Python-list
mailing list