[Tutor] pyexpat
Andre Engels
andreengels at gmail.com
Tue Apr 18 14:11:18 CEST 2006
I am working for the Python Wikipediabot Framework
(http://www.sourceforge.net/pywikipedia). A user noted me to an
apparent deadlock in the XML parsing. I tried to get to the actual
parsing code to see what went wrong. The furthest I get, however, is
in the feed() method of the class ExpatParser in expatreader.py. There
is a line there:
self._parser.Parse(data, isFinal)
self._parser, as I have found, is an object of the class
pyexpat.xmlparser, but I have no idea about where to fine pyexpat. Can
anyone help me further?
--
Andre Engels, andreengels at gmail.com
ICQ: 6260644 -- Skype: a_engels
More information about the Tutor
mailing list