Re: [Zope] ZipFolder Problems
Jens Quade <jq@jquade.de> writes:
This is a known problem [ #412214 ] in zipfile.py rev < 1.11 and the (only) reason why I tagged the Product "Generic UNIX like". I now know it was not the only problem, but now there is a new release (including a new zipfile152.py file) that should work even on Windows:
http://www.zope.org/Members/snej/ZipFolder/ZipFolder-0.2.1.tar.gz/view
It happens only if the zipfile is unreadable for zipfile.py, the constructor leaves the temporary file open, os.unlink() fails. (this happend always 'cause I forgot to set that binary flag...)
jens -- Shipping software is an unnatural act
Thank you very much finally got it work. What I found out is that you have to install both ZipFolder 0.2 and ZipFolder 0.2.1 to work properly. It ingnored some files... should I be concened? ZIP file uploaded successfully, some files/folders ignored: aaron.~by binary-d.~ki dan.~ri lib-bas~.bje manual~.bni newlabo~.bqa newlabo~.bqy ord-key~.brq Thanks again Mohan. -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jens Quade Sent: Friday, April 06, 2001 6:05 AM To: Mohan Baro Cc: zope@zope.org Subject: Re: [Zope] ZipFolder Problems Jens Quade <jq@jquade.de> writes:
This is a known problem [ #412214 ] in zipfile.py rev < 1.11 and the (only) reason why I tagged the Product "Generic UNIX like". I now know it was not the only problem, but now there is a new release (including a new zipfile152.py file) that should work even on Windows:
http://www.zope.org/Members/snej/ZipFolder/ZipFolder-0.2.1.tar.gz/view
It happens only if the zipfile is unreadable for zipfile.py, the constructor leaves the temporary file open, os.unlink() fails. (this happend always 'cause I forgot to set that binary flag...)
jens -- Shipping software is an unnatural act _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Jens Quade -
Mohan Baro