I try to use the pxssh module to connect SSH to the client - however, I get
ImportError: No module named pxssh
I found this file in a Python installation, so I would suggest that the correct one
/usr/lib/python2.7/site-packages/pexpect/pxssh.py
Of course, I run my application with Python 2.7, and even tried to import pexpect , but that did not help.
So, any clues? thanks
source share