[Twisted-Python] twisted-python on OS X 10.11 conch does not install

Guglielmo Pasa guglielmo.pasa at bluewin.ch
Wed Dec 30 06:47:40 MST 2015


Hi,
I’m trying to get twisted installed on OS X 10.11 with virtualenv and python3.5. All dependencies are satisfied.
It seems to install correctly and it seems that OpenSSL is working pretty well with it.

But when I try to load

import Crypto
import twisted.conch.ssh.transport

I get

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named ‘twisted.conch'

on inspection, in the folder site-packages/twisted there is no conch folder.


I tried to build twisted from source and conch doesn’t seem to build either

What can I do to solve this?






More information about the Twisted-Python mailing list