eryk sun <[email protected]> wrote: > On Sat, Jun 18, 2016 at 7:09 AM, Olive > <[email protected]> wrote: > > I am here on Linux. > > ... > > Note that if it is possible I would prefer that the launched command see > > its standard > > output connected to a terminal > > Try pexpect. > > https://pypi.python.org/pypi/pexpect
That's not what I am looking for. I want to let the end user intercat with the process, not my script. What I want is the content (after the process has exited) of all what it has written on standard output. Olive -- https://mail.python.org/mailman/listinfo/python-list
