howto redirect stdout/stderr into a wxPython textctrl?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • newgene

    howto redirect stdout/stderr into a wxPython textctrl?

    Hi, group,
    I guess it is a simple question for you, but it puzzles me for a
    while.
    I use a wxTextCtrl in my application for output result and any
    exception msg. I know I can add new msg onto wxTextCtrl by WriteText()
    method. But I have a function imported from another module and in this
    function all results are output by "print". I am wondering if I can
    redirect stdout and stderr into the wxTextCtrl object, so that all
    output from that function will be shown up on wxTextCtrl box and I
    don't need modify the current code for that function.

    Thank you.


    Chunlei
Working...