eclipse, pydev and wxpython - standard output redirection ?

Philippe C. Martin philippe at philippecmartin.com
Tue Jun 14 18:04:05 EDT 2005


app = MyApp(False)
app.MainLoop()

will keep wxWidgets from using its own window.




Grzegorz wrote:

> Hello, I'm using eclipse with pydev plugin, I'm working on a program using
> wxpython .
> When I'm executing that application standard error output does not show in
> eclipse  console window - wxpython seems to redirect standard output to
> some another window , and closes that window immediately, so I can't see
> any error messagess.
> Is there a way to redirect standard output to eclipse console ?




More information about the Python-list mailing list