ZipFile output (ZIP file) not accessable from XP 2002
Jim Walseth
jwalseth at mid-tech.com
Thu Oct 23 13:13:11 EDT 2003
More information about the Python-list mailing list
Thu Oct 23 13:13:11 EDT 2003
- Previous message (by thread): config file saver
- Next message (by thread): zipfile module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We are creating a zip file with ZipFile and it's contents are not accessable under XP 2002. File size is correct, and file is good under Win 2000 (WinZip) and Win98SE (pkzipw). Under XP, double-clikcing opens a window, but the file list is empty. python verion == '2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit (Intel)]' usage: zip = zipfile.ZipFile(zipname, "w", zipfile.ZIP_DEFLATED) zip.write(src, dst) zip.close() XP version : XP 2002 SP1
- Previous message (by thread): config file saver
- Next message (by thread): zipfile module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list