I get following error when ran on windows -
Traceback (most recent call last):
File "demo2.py", line 5, in <module>
from paramikoe import SSHClientInteraction
File "C:\Python27\lib\site-packages\paramikoe.py", line 17, in <module>
import termios
ImportError: No module named termios
When I searched about it, some articles said it required UNIX like environment, and workaround can be to run using Cygwin.
I installed Cygwin, but still can't run the script.
I'm new to python, can anybody help me with this? How can I make paramiko-expect work on windows?