python paramiko -
have installed paramiko python , pycrypto windows 7 machine.
import paramiko     ssh = paramiko.sshclient() tried above commands keep getting error msg:
attributeerror: 'module' object has no attribute 'sshclient' but error message goes away if key in above commands 1 line @ time.
any help?
by chance have called file paramiko.py ?  
you'll need name else avoid getting error.
Comments
Post a Comment