wxPython newbie problems

Mike C. Fletcher mcfletch at rogers.com
Sat Oct 19 12:37:52 EDT 2002


Derive your App from wxPySimpleApp...

    class App( wxPySimpleApp):

instead of:

    class App( wxApp ):

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

HTH,
Mike

>In article <3db1535b_10 at news.newsgroups.com>, JB <jb at yahoo.de> wrote:
>  
>
>>I should like to rewrite a small application that runs on
>>PyQt/Linux to work on wxPython/WinNT (as Qt is not free on
>>Windows).
>>I hav installed wxPython and get some principal difficulties
>>at the start:
>>I open a text console and type in
>>    
>>
>>>python wxtest.py
>>>      
>>>
>>Then I get a window with some error messages but this window
>>is closed again so I see only a flash and cannot read the
>>error messages.
>>Can somebody help me?
>>    
>>





More information about the Python-list mailing list