On Sun, 23 Jan 2011 02:18:34 -0800, rusi wrote: >> WxPython code: [...] > Tried the code with debian sid and default python (2.6) > > I get (after some loading... statements) > > Segmentation fault > > [Actually this is the first time in my 10 years of python that Ive seen > a pure python module segfault :-) ]
wxPython is a front end to the wxWidgets (formerly wxWindows) toolkit, which is C++. I imagine that's what seg faulted. -- Steven -- http://mail.python.org/mailman/listinfo/python-list