simple python script to zip files

T_T t at nomail.com
Sat Feb 16 15:28:00 EST 2008


>   f = zipfile.ZipFile(zipfilename, 'w',
> 	compression=zipfile.ZIP_DEFLATED)
> 
> -tkc

Adding the compression rule works great, thanks again! 



More information about the Python-list mailing list