Strange IO Error when extracting zips to a network location

2006-05-17 Thread Hari Sekhon
Hi, I've written a script to run on windows to extract all zips under a given directory path to another directory path as such: python extractzips.py fetch all zips under this dir put all extracted files under this dir The purpose of this script is to retrieve backup files which are

Re: Strange IO Error when extracting zips to a network location

2006-05-17 Thread Serge Orlov
Hari Sekhon wrote: Hi, I've written a script to run on windows to extract all zips under a given directory path to another directory path as such: python extractzips.py fetch all zips under this dir put all extracted files under this dir The purpose of this script is to retrieve backup

Re: Strange IO Error when extracting zips to a network location

2006-05-17 Thread Hari Sekhon
I put a try-pass around the line outfile.write(zip.read(x)) so that everything extracts regardless. After extraction I checked the file size of every single file in the directory tree and only 2 files on the network drive are of different size to the ones extracted locally. Both these files