urllib2 error

2010-11-17 Thread asit
I have this piece of code import urllib2 proc_url = 'http://www.nse-india.com/content/historical/EQUITIES/2001/ JAN/cm01JAN2001bhav.csv.zip' print 'processing', proc_url req = urllib2.Request(proc_url) res = urllib2.urlopen(req) when i run this...following error comes Traceback (most

Re: urllib2 error

2010-11-17 Thread Kushal Kumaran
On Wed, Nov 17, 2010 at 5:18 PM, asit lipu...@gmail.com wrote: I have this piece of code import urllib2 proc_url = 'http://www.nse-india.com/content/historical/EQUITIES/2001/ JAN/cm01JAN2001bhav.csv.zip' print 'processing', proc_url req = urllib2.Request(proc_url) res =

Re: urllib2 error

2010-11-17 Thread asit dhal
On Wed, Nov 17, 2010 at 5:31 PM, Kushal Kumaran kushal.kumaran+pyt...@gmail.com wrote: On Wed, Nov 17, 2010 at 5:18 PM, asit lipu...@gmail.com wrote: I have this piece of code import urllib2 proc_url = 'http://www.nse-india.com/content/historical/EQUITIES/2001/ JAN/cm01JAN2001bhav.csv.zip'

Re: Help Tracing urllib2 Error, Please?

2008-07-20 Thread Rob Wolfe
Larry Hale [EMAIL PROTECTED] writes: Since it seems I have a unique problem, I wonder if anyone could point me in the general/right direction for tracking down the issue and resolving it myself. See my prior post @

Help Tracing urllib2 Error, Please?

2008-07-19 Thread Larry Hale
Since it seems I have a unique problem, I wonder if anyone could point me in the general/right direction for tracking down the issue and resolving it myself. See my prior post @ http://groups.google.com/group/comp.lang.python/browse_thread/thread/44775994a6b55161?hl=en# for more info. (Python