eclipse, pydev and wxpython - standard output redirection ?

G

Grzegorz

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 ?
 
P

Philippe C. Martin

app = MyApp(False)
app.MainLoop()

will keep wxWidgets from using its own window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

PyDev 3.0 Released 2
PyDev 2.8.2 released 0
PyDev 3.3.3 Released 0
PyDev 3.5.0 Released 0
PyDev 3.4.1 Released 0
Pydev 1.4.7 Released 2
Pydev 1.6.0 Released 2
pydev and psycopg2 - weird behaviour 0

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top