Hello,
I have a python script based on the pexpect module that logs on to a remote server and executes some commands, prints the output and return the command line prompt.
On Windows OS, pexpect will only work via cygwin so I want to embed the cygwin CLI prompt in my wxPython application
How can this be achieved?
BR,
Austin