Michael
unread,Apr 15, 2008, 1:52:28 AM4/15/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I'm unable to parse XML using minidom on Windows. Here's the setup:
1) Just downloaded the latest app engine: 1.0.1
2) Running Python 2.5.2; no add-ons
3) When I run Python in interactive mode, I can execute these 2
commands with no problem:
from xml.dom.minidom import parseString
parseString("<test></test>")
4) If I cut-and-paste these 2 lines into an app engine script, I get
an exception:
File "C:\Python25\lib\xml\parsers\expat.py", line 4, in <module>
from pyexpat import *
ImportError: No module named pyexpat
I've seen others having XML problems on Windows. Any workarounds?
I'll keep hacking away and post any fixes that I find...
-Michael