I have an issue with installing paramiko.. I think It is installed correctly from pip and when I tried to do import paramiko... I got an error..
us159010:site-packages jaehokim00$ python
Python 2.6.9 (unknown, Jul 14 2015, 19:46:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import paramiko
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "paramiko/__init__.py", line 30, in <module>
from paramiko.transport import SecurityOptions, Transport
File "paramiko/transport.py", line 49, in <module>
from paramiko.dsskey import DSSKey
File "paramiko/dsskey.py", line 26, in <module>
from Crypto.PublicKey import DSA
ImportError: No module named Crypto.PublicKey
I also reinstalled on pycrypto again. My python version is 2.6 and os is Mac OS 10.10.5