Expect on window (from python script)

Eddie Corns eddie at holyrood.ed.ac.uk
Tue Mar 4 07:40:52 EST 2003


erez at actona.com (erez) writes:


>So what i can get till now is that i need to give up for the Expect
>module for python ???
>(it's pitty, because the pexpect module, seams to me like very
>comfortable Expect implementation)

You could try the expect like functionality built into the Python telnet
module.  It works very well for many kinds of interactions (but not all).  I
use it to control Cisco routers, which have a horrible interface.  The docs are
a bit sparse though.

Eddie




More information about the Python-list mailing list