Comment by [email protected]:

thank david. you are right.. it says "ensure paramiko and pycrypto modules are installed". I think I installed it as per doc already.

"
C:\Python27>python -c "import SSHLibrary"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "C:\Python27\lib\site-packages\SSHLibrary\__init__.py", line 15, in <modu
le>
    from .library import SSHLibrary
File "C:\Python27\lib\site-packages\SSHLibrary\library.py", line 18, in <modul
e>
    from .client import SSHClient
File "C:\Python27\lib\site-packages\SSHLibrary\client.py", line 20, in <module

    from pythonclient import PythonSSHClient as SSHClient
File "C:\Python27\lib\site-packages\SSHLibrary\pythonclient.py", line 21, in <
module>
    'Importing paramiko SSH module failed.\n'
ImportError: Importing paramiko SSH module failed.
Ensure that paramiko and pycrypto modules are installed.

For more information:
http://code.google.com/p/robotframework-sshlibrary/wiki/InstallationInstructions

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to