Re: Interacting With Another Script

2010-04-25 Thread lkcl
On Mar 11, 2:16 am, alex23 wrote: > Victor Subervi 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 >

Re: Interacting With Another Script

2010-03-11 Thread Victor Subervi
On Wed, Mar 10, 2010 at 10:16 PM, alex23 wrote: > Victor Subervi 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 th

Re: Interacting With Another Script

2010-03-10 Thread alex23
Victor Subervi 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 i

Re: Interacting With Another Script

2010-03-10 Thread Gabriel Genellina
En Wed, 10 Mar 2010 09:32:15 -0300, Victor Subervi escribió: 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 comman

Re: Interacting With Another Script

2010-03-10 Thread Grant Edwards
On 2010-03-10, Chris Rebert wrote: > On Wed, Mar 10, 2010 at 8:34 AM, Victor Subervi > wrote: > >> Yeah, that was my idea. But how does the program know when it's being >> prompted to enter data? That's my question ;) > > There's no magical "prompt time". That depends on the program. Some prog

Re: Interacting With Another Script

2010-03-10 Thread Chris Rebert
On Wed, Mar 10, 2010 at 8:34 AM, Victor Subervi wrote: > On Wed, Mar 10, 2010 at 12:31 PM, Chris Rebert wrote: >> Option C. The most user-friendly, and in some sense simplest, one. >> Figure out the "conversation tree" vpopmail follows. Create a matching >> form tree workflow, presenting multiple

Re: Interacting With Another Script

2010-03-10 Thread Chris Rebert
On Wed, Mar 10, 2010 at 4:32 AM, Victor Subervi wrote: > Hi; > 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 com

Interacting With Another Script

2010-03-10 Thread Victor Subervi
Hi; 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. It's easy enough for me to get the information from a scrip