Re: [Tutor] Command Line Promps

2007-06-03 Thread Alan Gauld
"Jason Coggins" <[EMAIL PROTECTED]> wrote >I am using Linux and yes I am wanting the program to run another >program. I > have tried these before but, if I remember correctly, these methods > caused > the original program to "freeze" while waiting on the "spawned" > program to > return a value

Re: [Tutor] Command Line Promps

2007-06-03 Thread Jason Coggins
2007 5:37 PM Subject: Re: [Tutor] Command Line Promps > > sounds like threading is a solution. > > On Jun 3, 2007, at 2:05 PM, Jason Coggins wrote: > >> I am using Linux and yes I am wanting the program to run another program. >> I >> have tried these before but, if I rem

Re: [Tutor] Command Line Promps

2007-06-03 Thread jim stockford
; not > realize it would send the reply directly to you instead of the list. > I have > tried to send this reply to the list. > > Thanks, > > Jason > > - Original Message - > From: "Bob Gailer" <[EMAIL PROTECTED]> > To: "Jason Coggins"

Re: [Tutor] Command Line Promps

2007-06-03 Thread Jason Coggins
ler" <[EMAIL PROTECTED]> To: "Jason Coggins" <[EMAIL PROTECTED]> Cc: Sent: Sunday, June 03, 2007 4:24 PM Subject: Re: [Tutor] Command Line Promps > Please always reply to the list, not just me. We are all working on these > questions and we all learn from them

Re: [Tutor] Command Line Promps

2007-06-03 Thread Bob Gailer
Please always reply to the list, not just me. We are all working on these questions and we all learn from them. Jason Coggins wrote: > These seem to be ways of getting imput from the user. I do not want > to send a command line to the user (for example, in the form of a > question) and get the

Re: [Tutor] Command Line Promps

2007-06-03 Thread Bob Gailer
Jason Coggins wrote: > Is it possible to have a Python program issue a command line promp to > the terminal while the program is running? See raw_input() and input() built-in functions. > -- Bob Gailer 510-978-4454 ___ Tutor maillist - Tutor@python

[Tutor] Command Line Promps

2007-06-03 Thread Jason Coggins
Is it possible to have a Python program issue a command line promp to the terminal while the program is running? Jason___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor