minidom + wxPython woes

Lonnie Princehouse finite.automaton at gmail.com
Mon Apr 10 14:03:29 EDT 2006


I'm hesitant to resort to tricks like "import pyexpat before wx, so
that symbols are loaded from the right library".

Luckily, I stumbled onto pxdom.  It's a pure-python DOM implementation,
and switching to it was as easy as this:

# import xml.dom.minidom as dom
import pxdom as dom




More information about the Python-list mailing list