Re: zipfile library - problem..

2005-08-11 Thread Bryan Olson
Renzo wrote: > Renzo ha scritto: > > I've seen that the error is a known bug: > > "zipfile still has 2GB boundary bug" > > > so I've used the module TarFile instead ZipFile, and now the script > works perfectly. Thanks;

Re: zipfile library - problem..

2005-08-11 Thread Renzo
Renzo ha scritto: I've seen that the error is a known bug: "zipfile still has 2GB boundary bug" so I've used the module TarFile instead ZipFile, and now the script works perfectly. Thanks to Deelan and Manlio Perillo (i.c.l.p

zipfile library - problem..

2005-08-11 Thread Renzo
Hi, I'm working to create a backup function for a software; in particular, from a directory with 12300 files (Jpg, medium size = 250KB / total size = 2.90GB), i have to create a zip file. I've decided to use the standard "zipfile" library to do that. This is the code: zipName = path.join(config