M BUZZ CRAZE NEWS
// news

ImportError: No module named paramiko

By John Parsons

I have install paramiko via "sudo apt-get install python-paramiko", but it can't be import in python. How to solve this?

Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import paramiko Traceback (most recent call last): File "", line 1, in ImportError: No module named paramiko

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy