[Tutor] Trouble importing Paramiko

Ufuk Eskici ufukeskici at gmail.com
Thu Dec 27 12:44:32 CET 2012


My code is:

import paramiko
ssh = paramiko.SSHClient()
ssh.connect('710.10.10.10', username='ufuk', password='ufuk')

and saved this file as "ufo.py" on the desktop.

I'm still getting error:

>>> ================================ RESTART
================================
>>>

Traceback (most recent call last):
  File "C:\Users\eufuesk\Desktop\ufo.py", line 1, in <module>
    import paramiko
ImportError: No module named paramiko
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121227/5ea1144b/attachment.html>


More information about the Tutor mailing list