Ich denke das ist ein Proxy problem bzw. Einstellungsproblem. Das was du mir geschickt hast hab ich schon alles ausprobiert.
Wo muss ich denn was einfügen? Ich habe eine 139.6.0.*** IP und habe Port 8080/443 offen.
"""Http implementation of TTransport base."""
def __init__(
self,
uri_or_host ...
Die Suche ergab 2 Treffer
- Donnerstag 18. April 2013, 09:51
- Forum: Installation/Konfigurieren
- Thema: SSLError: [Errno 8] Evernote
- Antworten: 2
- Zugriffe: 1475
- Mittwoch 17. April 2013, 13:36
- Forum: Installation/Konfigurieren
- Thema: SSLError: [Errno 8] Evernote
- Antworten: 2
- Zugriffe: 1475
SSLError: [Errno 8] Evernote
Hallo ich bin gerade dabei das EVERNOTE SDK für Pyhton zu installieren.
Da ich hinter einem Proxy sitze, habe ich zuerst folgende Datei geändert:
THttpClient.py"
ef __init__(
self,
uri_or_host,
port=None,
path=None,
proxy_host="139.*.***.**",
proxy_port="8080"
):
danach kommt jetzt ...
Da ich hinter einem Proxy sitze, habe ich zuerst folgende Datei geändert:
THttpClient.py"
ef __init__(
self,
uri_or_host,
port=None,
path=None,
proxy_host="139.*.***.**",
proxy_port="8080"
):
danach kommt jetzt ...
