Comment by [email protected]:
I followed the mentioned steps... but I am recieving following error..
Kindly look into the issue
File "<string>", line 1, in <module>
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
17, in <module>
import paramiko
File "/usr/lib/python2.6/site-packages/paramiko/__init__.py", line 30, in
<module>
from paramiko.transport import SecurityOptions, Transport
File "/usr/lib/python2.6/site-packages/paramiko/transport.py", line 49,
in <module>
from paramiko.dsskey import DSSKey
File "/usr/lib/python2.6/site-packages/paramiko/dsskey.py", line 26, in
<module>
from Crypto.PublicKey import DSA
File "/usr/lib64/python2.6/site-packages/Crypto/PublicKey/DSA.py", line
88, in <module>
from Crypto.PublicKey import _DSA, _slowmath, pubkey
File "/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_DSA.py", line
30, in <module>
from Crypto.PublicKey.pubkey import *
File "/usr/lib64/python2.6/site-packages/Crypto/PublicKey/pubkey.py",
line 30, in <module>
from Crypto.Util.number import *
File "/usr/lib64/python2.6/site-packages/Crypto/Util/number.py", line 56,
in <module>
if _fastmath is not None and not _fastmath.HAVE_DECL_MPZ_POWM_SEC:
AttributeError: 'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC'
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 [email protected].
For more options, visit https://groups.google.com/d/optout.