[Tutor] Segmentation Fault shenanigans with wx Gui

Steven D'Aprano steve at pearwood.info
Sat Oct 20 00:28:45 CEST 2012


On 20/10/12 09:10, Marco Mistroni wrote:
> Hello
>   i found the problem. It's  calling self.list.ClearAll that causes the
> segmentation fault.
> removing the call to  ClearAll fixed my problem , but i still want to clear
> the list before i  load new data......
> could anyone assist?

This is not a question about learning Python, it is a specialised wxPython
question. I expect that it is a bug in wxPython. (As a segmentation fault,
it's a pretty serious bug too.) I suggest you report it on the appropriate
wxPython mailing list or bug tracker.


Good luck!




-- 
Steven


More information about the Tutor mailing list