PY Zip

Gary Herron gherron at digipen.edu
Wed Jan 31 02:28:17 EST 2007


GISDude wrote:
> Hi all.
>
> I am trying to find a module that has a Zip utility that I can use in
> Python. I would like to be able to call the module and ZIP up a
> directory. I thought there was such a module, but I have not been able
> to find it.
>
> I need this to be able to be used in Python Win. Is there a ZIP utilty
> already stored with a basic PYTHON download?
>
> Thanks all.
>
>   
The module you want is called zipfile, and its part of the standard library.

See: http://docs.python.org/lib/module-zipfile.html for documentation.

Gary Herron




More information about the Python-list mailing list