I am having url open problem with python urllib2
f = urllib2.urlopen(url)
url = http://merchantcircle.com/business/Buffas.Restaurant.and.Lounge.504-949-0038
and getting this url error - dashes after . dots becoming problem i suppose
Unexpected error: class 'urllib2.URLError'
how can i fix this url in order it to be opened with urlopen
Thanks