Disabling GUI stdout

Hi,

How do one disable GUI stdout thing in recent versions of wxPy?

Regards,

Kengur.

···

Do you Yahoo!?

Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Kengur Sumchatyj wrote:

Hi,

How do one disable GUI stdout thing in recent versions of wxPy?

Passing 0 for the app's __init__ 1st parameter will prevent the stdio from being redirected to the window.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!