Direct interaction with subprocess - the curse of blocking I/O

cgoldberg cgoldberg at gmail.com
Mon Jun 29 16:06:35 EDT 2009


> So well, I'd like to know, do you people know any solution to this
> simple problem - making a user interact directly with a subprocess?


you might want something like Expect.

check out the pexpect module:
http://pexpect.sourceforge.net/pexpect.html

-Corey



More information about the Python-list mailing list