[XML-SIG] Re: Problem with xml.sax and wxpython

Fredrik Lundh fredrik at pythonware.com
Tue Mar 29 17:52:57 CEST 2005


João Vilela wrote:

> When I use this separately, only in python it works fine. When I use it
> within wxpython, I get a segmentation fault when creating the parser.
> Has anyone ever had this problem?

both wxPython and pyexpat (which is used by xml.sax) rely on the expat
library, so it's likely that this is a library version conflict.

googling for wxpython and expat might give you the hints you need.

</F> 





More information about the XML-SIG mailing list