David Liang wrote:
Hello,
Sorry for the newbie question. How do I run a program that could
block, waiting for user input, using subprocess.Popen? For example,
from subprocess import *
def foo():
a = Popen(['python'] ...)
I want to be able to get input from the user and send input to the
su
On Apr 10, 2:56 am, "Diez B. Roggisch" wrote:
> David Liang schrieb:
>
>
>
>
>
> > Hello,
> > Sorry for the newbie question. How do I run a program that could
> > block, waiting for user input, using subprocess.Popen? For example,
>
> > from subprocess import *
>
> > def foo():
> > a = Popen([
David Liang schrieb:
Hello,
Sorry for the newbie question. How do I run a program that could
block, waiting for user input, using subprocess.Popen? For example,
from subprocess import *
def foo():
a = Popen(['python'] ...)
I want to be able to get input from the user and send input to the
Hello,
Sorry for the newbie question. How do I run a program that could
block, waiting for user input, using subprocess.Popen? For example,
from subprocess import *
def foo():
a = Popen(['python'] ...)
I want to be able to get input from the user and send input to the
subprocess, printing st