pkzip and using popen on Windows 98 ???

Mark Butterworth mark.butterworth at cis.co.uk
Fri Jun 25 09:21:35 EDT 1999


>
>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.






More information about the Python-list mailing list