Have installed Paramiko for Python and PyCrypto for Windows 7 machine.
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 goes away if I key in the above commands one line at a time.
Any help?