Interacting With Another Script
alex23
wuwei23 at gmail.com
Wed Mar 10 21:16:04 EST 2010
Victor Subervi <victorsube... at gmail.com> wrote:
> > There's a program (vpopmail) that has commands which, when called, request
> > input ("email address", "password", etc.) from the command line. I would
> > like to build a TTW interface for my clients to use that interacts with
> > these commands.
The Pexpect[1] module is pretty much aimed at doing exactly this.
1: http://www.noah.org/wiki/Pexpect
More information about the Python-list
mailing list