2014/1/8 Tobias Oberstein <[email protected]>: >>>> import asyncio > Traceback (most recent call last): > ... > ImportError: No module named _ssl
Oh, I never tried Python without SSL support. It now fixed in the development version. > I don't have the time to patch Py 2.6 to build on a recent host with OpenSSL > 1.0, which seems to require multiple steps: > > http://askubuntu.com/questions/21547/what-are-the-packages-libraries-i-should-install-before-compiling-python-from-so Ah? Using the the 2.6 branch of the Mercurial version of Python, it just compiled fine on my Fedora 19 which provides OpenSSL 1.0.1e. Maybe you just need to install "openssl-dev" ? Try "apt-get builddep python" command to install all dependencies to compile Python. Victor
