wxPython newbie problems

Piet van Oostrum piet at cs.uu.nl
Mon Oct 21 15:20:04 EDT 2002


>>>>> "Mike C. Fletcher" <mcfletch at rogers.com> (MCF) writes:

MCF> Derive your App from wxPySimpleApp...
MCF>     class App( wxPySimpleApp):

MCF> instead of:

MCF>     class App( wxApp ):

MCF> so that the GUI stdout/stderr window isn't created.  The console stdout
MCF> will be used instead.  BTW, you'll likely get more responses on the
MCF> wxPython list rather than the general Python list.

Or use 
app = App(0)
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list