Looks good here:
except socket.error, err:
raise urllib2.URLError(err)
But gives this error at runtime:
except Exception, e:
^
SyntaxError: invalid syntax
Using Python 3.3 and Eclipse 5.0
Any suggestions for me? Do I need to reinstall the Interpreter?