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, [EMAIL PROTECTED]
ICQ: 6260644  --  Skype: a_engels
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to