On Feb 28, 6:57 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Thu, 28 Feb 2008 21:09:30 -0200, John Earls <[EMAIL PROTECTED]>
> escribió:
>
>
>
> > I am having a problem with gzip. The code worked fine under linux but
> > when I moved it over to windows it is getting stuck unzipping a gz
En Thu, 28 Feb 2008 21:09:30 -0200, John Earls <[EMAIL PROTECTED]>
escribió:
> I am having a problem with gzip. The code worked fine under linux but
> when I moved it over to windows it is getting stuck unzipping a gz
> file.
>
> -- snippet --
>
> fileObj = gzip.GzipFile(iceGetter.file.
Hello,
I am having a problem with gzip. The code worked fine under linux but
when I moved it over to windows it is getting stuck unzipping a gz
file.
-- snippet --
fileObj = gzip.GzipFile(iceGetter.file.localFileName, 'rb')
uncompressedFileName = iceGetter.file.localFileName[:-3