ImportError: No module named transport (Paramiko, Python 3.2.5)
问题 I installed PyCrypto and Paramiko (in their respective directories) with python3 setup.py install and both were installed successfully. However, when I try import paramiko in the 3.2.5 interpreter, I get this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/paramiko/__init__.py", line 64, in <module> from transport import SecurityOptions, Transport ImportError: No module named