Re: Cannot able to retreive compressed html URL

2009-02-15 Thread rushik
On Feb 15, 11:56 am, rushik wrote: > Hi, > I am trying to build python script which retreives and analyze the > various URLs and generate reports. > > Some of the urls are like "http://xyz.com/test.html.gz";, I am trying > to retreive it using urllib2 library and then using gzip library > trying t

Cannot able to retreive compressed html URL

2009-02-15 Thread rushik
Hi, I am trying to build python script which retreives and analyze the various URLs and generate reports. Some of the urls are like "http://xyz.com/test.html.gz";, I am trying to retreive it using urllib2 library and then using gzip library trying to decompress it. ex - server_url is say - http:/