Menu

#14 NameError: global name 'req_url' is not defined

open
nobody
None
5
2010-05-24
2010-05-24
arctan1701
No

line 186 in __init__.py is

request = urllib2.Request(req_url)

i think that it is supposed to be

request = urllib2.Request(url)

where url is defined in line 185

Discussion


Log in to post a comment.

MongoDB Logo MongoDB