Comment by ride.fm....@gmail.com:

Im installing SSHLibrary, paramiko, PyCrypto as follows on Red Hat Enterprise Linux Server release 6.4, but getting errors. Kindly help installing.

# pip install robotframework-sshlibrary
# pip install paramiko
# pip install paramiko==dev
# pip install PyCrypto


Importing test library 'SSHLibrary' failed: ImportError: Importing Paramiko library failed. Make sure you have Paramiko installed.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/SSHLibrary/__init__.py", line 15, in <module>
    from .library import SSHLibrary
File "/usr/lib/python2.6/site-packages/SSHLibrary/library.py", line 22, in <module>
    from .client import SSHClient
File "/usr/lib/python2.6/site-packages/SSHLibrary/client.py", line 20, in <module>
    from pythonclient import PythonSSHClient as SSHClient
File "/usr/lib/python2.6/site-packages/SSHLibrary/pythonclient.py", line 20, in <module>
    'Importing Paramiko library failed. '
PYTHONPATH:
  /usr/lib/python2.6/site-packages/robot/libraries
  /usr/lib/python2.6/site-packages
  /usr/bin
  /usr/lib64/python26.zip
  /usr/lib64/python2.6
  /usr/lib64/python2.6/plat-linux2
  /usr/lib64/python2.6/lib-tk
  /usr/lib64/python2.6/lib-old
  /usr/lib64/python2.6/lib-dynload
  /usr/lib64/python2.6/site-packages
  /usr/lib64/python2.6/site-packages/gtk-2.0
  .
  /


Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/PyCrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-9Cnobz-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/PyCrypto

For more information:
https://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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to