[Tutor] pyexpat
by Andre Engels other posts by this author
Apr 18 2006 5:11AM messages near this date
Re: [Tutor] Olle-Olla
|
Re: [Tutor] pyexpat
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@[...].com
ICQ: 6260644 -- Skype: a_engels
_______________________________________________
Tutor maillist - Tutor@[...].org
http://mail.python.org/mailman/listinfo/tutor
Thread:
Andre Engels
Kent Johnson
Andre Engels
Danny Yoo
Andre Engels
Danny Yoo
|