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
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)
>
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
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
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