Talk:Robotframework

From SME Server
Revision as of 17:51, 27 March 2014 by Wellsi (talk | contribs) (Created page with "If SSH tests fail due to paramiko then try sudo pip uninstall pycrypto sudo yum erase python-crypto sudo yum clean all sudo yum install python-crypto sudo yum install python...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If SSH tests fail due to paramiko then try

sudo pip uninstall pycrypto sudo yum erase python-crypto sudo yum clean all sudo yum install python-crypto sudo yum install python-paramiko