On 4 Apr, 15:14, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote:
> >>>>> "Gil" == Gil H <[EMAIL PROTECTED]> writes:
> > classSSH:
> > def __init__(self, user, password, host):
> > self.child =pexpect.spawn("[EMAIL PROTECTED]"%(user, host))
>
> Try adding the following line here
>
> self.child.logfile = sys.stdout
>
> That should give you some clue.
>
> Ganesan
>
> --
> Ganesan RajagopalThanks, That's all i needed! -- http://mail.python.org/mailman/listinfo/python-list
