WxPython versus Tkinter.

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jan 23 05:30:14 EST 2011


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



More information about the Python-list mailing list