> >Tested module GZIP? > >f = gzip.GzipFile(fromPath , 'rb') >var = f.read() >f.close() >writeFile(toPath, var) > >..works fine for unzipping file. Yes but gzip only works with single files, the existing data I need to manipulate is stored in pkzipped files with a password! therefore I need full pkzip format support.