>>fileToCompres s = open('finalcall ejon.mb')
this may help you in http://mail.python.org/pipermail/pyt...er/349718.html
have a nice day
>>fileToStr = fileToCompress. read()
>>import gzip
>>fileZipped = gzip.GzipFile(' finalcallejon.m b.gz', 'wb', 9)
>>fileZipped.wr ite(fileToStr)
>>fileZipped.cl ose()
>>import gzip
>>fileZipped = gzip.GzipFile(' finalcallejon.m b.gz', 'wb', 9)
>>fileZipped.wr ite(fileToStr)
>>fileZipped.cl ose()
have a nice day