No working XML parser included?

88 views
Skip to first unread message

Bertil Sherman

unread,
Apr 10, 2008, 2:43:08 PM4/10/08
to Google App Engine
I need to parse some XML but all the parsers I've tried fails:

xml.dom.minidom.parseString(): ImportError: No module named pyexpat.
xml.sax.parseString(): SAXReaderNotAvailable: No parsers found
xml.parsers.expat.ParserCreate().Parse(): ImportError: No module named
pyexpat
xml.etree.ElementTree.fromstring(): ImportError: No module named
expat; use SimpleXMLTreeBuilder instead

Is there really no XML parser included in the app engine?

ma...@google.com

unread,
Apr 15, 2008, 8:39:03 PM4/15/08
to Google App Engine
Hi,
Please see http://code.google.com/p/googleappengine/issues/detail?id=222
this is a current issue with the Windows SDK.

-Marzia

TonyB

unread,
May 7, 2008, 2:58:48 PM5/7/08
to Google App Engine
workaroud...
http://code.google.com/p/googleappengine/issues/detail?id=83

On Apr 10, 2:43 pm, Bertil Sherman <bertil.sher...@gmail.com> wrote:
> I need to parse someXMLbut all the parsers I've tried fails:
>
> xml.dom.minidom.parseString(): ImportError: No module named pyexpat.xml.sax.parseString(): SAXReaderNotAvailable: No parsers foundxml.parsers.expat.ParserCreate().Parse(): ImportError: No module named
> pyexpatxml.etree.ElementTree.fromstring(): ImportError: No module named
> expat; use SimpleXMLTreeBuilder instead
>
> Is there really noXMLparser included in the app engine?
Reply all
Reply to author
Forward
0 new messages