Re: urllib2 error

2010-11-17 Thread asit dhal
On Wed, Nov 17, 2010 at 5:31 PM, Kushal Kumaran wrote: > On Wed, Nov 17, 2010 at 5:18 PM, asit 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

Re: urllib2 error

2010-11-17 Thread Kushal Kumaran
On Wed, Nov 17, 2010 at 5:18 PM, asit 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 = urllib2.urlopen(req) >

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 recent

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 @ > http://groups.google.com/group/comp.lang.python/browse_thread/thre

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