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
>>>
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor