[python-win32] Controlling WinZip with python

Chris Ingram Chris.Ingram at Synchrologic.com
Thu Oct 30 17:30:32 EST 2003


Instead of calling out to an external program like WinZip, you'd probably be better off using the zipfile module in the Python standard library.  I've used it, and it works well.  Documentation is available at http://www.python.org/doc/2.3.2/lib/module-zipfile.html.

--
Chris Ingram, Synchrologic, Inc.
Email: Chris.Ingram at synchrologic.com
Phone: 678-802-1305 (direct)
Office: 770-754-5600x1305

-----Original Message-----
From: PYTHON at telefonica.net [mailto:PYTHON at telefonica.net] 
Sent: Thursday, October 30, 2003 5:25 PM
To: python-win32 at python.org
Subject: [python-win32] Controlling WinZip with python


Hi all,

   Does anybody know how can i compress a whole directory using winzip 
with python? I´ve read there is a command-line version of winzip but 
it´s still a beta version...anybody has used it?

thanks


_______________________________________________
Python-win32 mailing list
Python-win32 at python.org
http://mail.python.org/mailman/listinfo/python-win32



More information about the Python-win32 mailing list