Die Suche ergab 2 Treffer
- Donnerstag 16. Januar 2014, 09:56
- Forum: Netzwerkprogrammierung
- Thema: Problem mit Import von Modul "_ssl"
- Antworten: 1
- Zugriffe: 1436
Re: Problem mit Import von Modul "_ssl"
Update: Nachdem ich "libssl-dev" per apt-get installiert habe und den Pfad in Setup.dist anschließend wieder auf "/usr/lib/ssl" gesetzt habe funktioniert es jetzt
- Mittwoch 15. Januar 2014, 13:34
- Forum: Netzwerkprogrammierung
- Thema: Problem mit Import von Modul "_ssl"
- Antworten: 1
- Zugriffe: 1436
Problem mit Import von Modul "_ssl"
Hallo,
ich würde gerne mit dem Modul "ssl" experimentieren, allerdings schlägt der Import fehl, weil das Modul "_ssl" fehlt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../Python-3.3.3/Lib/ssl.py", line 60, in <module>
import _ssl # if we can't import it, let ...
ich würde gerne mit dem Modul "ssl" experimentieren, allerdings schlägt der Import fehl, weil das Modul "_ssl" fehlt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../Python-3.3.3/Lib/ssl.py", line 60, in <module>
import _ssl # if we can't import it, let ...
