Re: Windows gzip problem

2008-02-28 Thread John Earls
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

Re: Windows gzip problem

2008-02-28 Thread Gabriel Genellina
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.

Windows gzip problem

2008-02-28 Thread John Earls
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