Hi,<br><br>I'm stuck at a puzzle for quite some time.<br><br>Situation: (Linux environment)<br>I have a script that is invoked from an application (running my script as part of embedded python). I have no power over that application, only supply the script it executes. Now for development reasons I want that script to spawn a console and show me the output through there. Though there is the ugly way of writing to file and tailing it, it would be great if someone could come up with a cleaner version.<br>
<br>The approach I've been taking is trying to start a child with the subprocess module and pipe the sys.stdoout into the stdin of the child... hummmm. No success so far.<br><br><br>Thanks,<br>~lwk<br>