Here's a suggestion for you: Check out the comp.lang.py thread titled "Catching stderr output from graphical apps" at > http://groups.google.com/group/comp.lang.python/browse_frm/thread/1d63e12e15ca528b/7bf604115b5e914e#7bf604115b5e914e
I strongly suspect that the code discussed could probably be adapted to handle sys.stdout instead of, or in addition to, output to sys.stderr. It also sounds like it can be made platform independent. Best, -Martin P.S. Please post your results back to the newsgroup -- thanks! [EMAIL PROTECTED] wrote: > hi, > i was wondering if anyone have written a GUI module that can > function as a replacment for stdin/stdout? ie. has a file like > interface, by which one could just assaign it to sys.stdout or > sys.stdin and have all your prints and raw_inputs and other such things > shown in a GUI window? > > Thanks in advance, > Ido Yehieli. -- http://mail.python.org/mailman/listinfo/python-list