so here is the deal. I have install pycrypto via pip (sudo pip install paramiko) for python 2.7.11. When I do "pip list" I see pycrypto installed. Screen shot below. My problem is when I try to import pycrypto, my python gags and says
ImportError: No module named paramiko
Any thoughts?