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
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
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
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
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,