I have having a problem with the CopSSH actually that I installed on Windows7.... When I try to open interactive Python from a SSH session to Windows7, I cannot.
[myuser@myhostname]$/cygdrive/c/Python27/python
# My comment: Nothing happens... It just shows nothing....
But when I use -i with python, it works...
[myuser@myhostname]$/cygdrive/c/Python27/python -i
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
Similarly, when I try to run a myprogram.exe from a SSH session to Windows7, I cannot see any output where as I see colored output when I run the same program from a RDP session with a command prompt. So, please try to understand that this is not a pexpect, but a CopSSH problem.... I have just updated this question. What follows is my original question....