No, sorry. I have only used some simple wxPython stuff before I found dabo.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 20. juni 2007 15:59 To: Dabo developers' list Subject: Re: [dabo-dev] Crash on closing application On Jun 20, 2007, at 3:27 AM, Simen Haugen wrote: > ok = isinstance(evt.child, (_dDockPanel, dabo.ui.dStatusBar, > dabo.ui.dShell)) > TypeError: isinstance() arg 2 must be a class, type, or tuple of > classes > and types OK, I see the problem - it should have been dabo.ui.dShell.dShell, since we don't import the class into the dabo.ui namespace. And last night I couldn't get it to crash, but today it's crashing about every third time I exit. I've tried logging the methods being called, but it seems to be something at a low level in the AUI classes. Are you familiar with the AUI stuff? If so, can you see anything I'm overlooking here? -- Ed Leafe -- http://leafe.com -- http://dabodev.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
