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

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 files under this dir> > > The purpose of this script is to retrieve backup files which are > individually zipped un

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 The purpose of this script is to retrieve backup files which are individually zipped under a backup directory tree on a backup server. This