Evernote SDK Für Python

04/18/2013 14:29 FifaPoint#1
Heyho,

kann mir jemand sagen wie ich bei der Evernote SDK für Python ein VPN einstellen kann? Also ich sitze hier hinter einem Proxy/VPN und bekomme keine Verbindung zu stande

Code:
Traceback (most recent call last):
  File "C:\Users\cs\Desktop\test.py", line 7, in <module>
    html = urllib2.urlopen("http://www.google.com").read()
  File "C:\Python27\Lib\urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\Python27\Lib\urllib2.py", line 404, in open
    response = self._open(req, data)
  File "C:\Python27\Lib\urllib2.py", line 422, in _open
    '_open', req)
  File "C:\Python27\Lib\urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "C:\Python27\Lib\urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\Python27\Lib\urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10060] Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat>