Hi,
How do one disable GUI stdout thing in recent versions of wxPy?
Regards,
Kengur.
Hi,
How do one disable GUI stdout thing in recent versions of wxPy?
Regards,
Kengur.
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!