How to terminate after traceback?

Albert Wagner alwagner at tcac.net
Sun Sep 24 18:02:33 EDT 2000


Thanks, Alex.
I am pretty sure the problem is because, as Thomas mentioned above,
wxStyledTextCtrl uses threads. It always happens in a child of this
class.  Killing it is not a real problem, just an annoyance.

Alex wrote:
> 
> It would help if you showed us the script, or preferably a minimal
> version that reproduces the error.
> 
> How complex are the datastructures you're manipulating?  If you have a
> large, complex data structure referred to only in a local scope, then I
> suppose you could get a long delay on an error while python garbage
> collects that data structure.  How long have you waited, following the
> error and the hanging, before killing the python process?
> 
> Alex.
> 
> --
> Speak softly but carry a big carrot.

-- 
We didn't inherit the land from our fathers.
We are borrowing it from our children.



More information about the Python-list mailing list