Re: [Tutor] Popen and Prompting

2005-08-31 Thread Faulconer, Steven M.
EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 3:06 PM To: Faulconer, Steven M. Cc: tutor@python.org Subject: Re: [Tutor] Popen and Prompting On Tue, 30 Aug 2005, Faulconer, Steven M. wrote: > Been digging through the web and the archives for the tutor list and > can't seem to locat

Re: [Tutor] Popen and Prompting

2005-08-31 Thread Danny Yoo
On Tue, 30 Aug 2005, Faulconer, Steven M. wrote: > Been digging through the web and the archives for the tutor list and > can't seem to locate an answer to my question. It is probably out there, > but my searching skills are failing me. I recently wrote a GUI for > several command line programs

Re: [Tutor] Popen and Prompting

2005-08-31 Thread Faulconer, Steven M.
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Fouhy Sent: Tuesday, August 30, 2005 7:03 PM To: tutor@python.org Subject: Re: [Tutor] Popen and Prompting On 31/08/05, Faulconer, Steven M. <[EMAIL PROTECTED]> wrote: > My question for all of you python p

Re: [Tutor] Popen and Prompting

2005-08-30 Thread John Fouhy
On 31/08/05, Faulconer, Steven M. <[EMAIL PROTECTED]> wrote: > My question for all of you python people; how can I handle programs that MAY > need input from the command line. I thought about using something like > pexpect, but the input requests are fairly variable, and may not show up at > all. A

[Tutor] Popen and Prompting

2005-08-30 Thread Faulconer, Steven M.
Hello all, Been digging through the web and the archives for the tutor list and can't seem to locate an answer to my question. It is probably out there, but my searching skills are failing me. I recently wrote a GUI for several command line programs using Tkinter. Everything is working quite well,