wxPython program crashes?

Chris Liechti cliechti at gmx.net
Mon Aug 12 14:50:45 EDT 2002


wjdandreta at worldnet.att.net (Bill Dandreta) wrote in 
news:3d57e9d5.14805374 at netnews.worldnet.att.net:

> I have a small wxPython program that I wrote and it frequently crashes
> but only when I close it.

check that you don't use any "Destroy()"ed windows. once you called that 
method on e.g. a Frame you must no longer use that object with wxPython 
methods.

chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list