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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -