unziping a file in python..

David Lyon david.lyon at preisshare.net
Mon Mar 2 01:00:54 EST 2009


It might seem a simple question.. but how does one programmaticaly unzip a
file in python?

In version 2.6 and above.. the zipfile module has an extractall method. But
it isn't available in 2.5 or below.

Any cross version, cross-platform answers welcome.

Any answers specific to win32 also welcome...

David




More information about the Python-list mailing list