Installed Paramiko for Python and PyCrypto for Windows 7.
import paramiko ssh = paramiko.SSHClient()
Tried the above commands, but I keep getting this error. msg:
AttributeError: 'module' object has no attribute 'SSHClient'
but this error message disappears if I insert the above commands one line at a time.
Any help?
source share