Re: stuck with Pexpect script need help!!

2010-12-12 Thread Emile van Sebille
On 12/10/2010 10:02 PM Darshak Bavishi said... snip Pexpect is intended for UNIX-like operating systems.) snip Can we use pexpect from windows host machine ?! I expect not... Emile -- http://mail.python.org/mailman/listinfo/python-list

Re: stuck with Pexpect script need help!!

2010-12-12 Thread Alexander Kapps
On 12.12.2010 17:06, Emile van Sebille wrote: On 12/10/2010 10:02 PM Darshak Bavishi said... snip Pexpect is intended for UNIX-like operating systems.) snip Can we use pexpect from windows host machine ?! I expect not... Emile According to [1] you might get it working with the Cygwin

stuck with Pexpect script need help!!

2010-12-10 Thread Darshak Bavishi
Hi Experts, got ready made code for ssh to unix using python host machine is windows now when i run this its gives following error : * Traceback (most recent call last): File C:\Python26\pexpect-2.1\pexpect-2.1\pxssh.py, line 1, in module from pexpect import * File