[XML-SIG] trouble with PyXML
rhinkle@tycoint.com
rhinkle@tycoint.com
Mon, 23 Sep 2002 16:40:37 -0400
I am trying to run a module (amazon.py) that uses XML on my web host
(catalog.com) and am getting an error like this back:
xmldoc = minidom.parse(usock)
File "xml/dom/minidom.py", line 1594, in parse
from xml.dom import expatbuilder
File "xml/dom/expatbuilder.py", line 32, in ?
from xml.parsers import expat
File "xml/parsers/expat.py", line 4, in ?
from PyExpat import *
ImportError: No module named PyExpat
I have run the "python setup.py" build and "python setup.py install" using
popen. I redirected the output to two log files and didn't see anything
wrong. Any suggestions?
BTW, the server is running Python 2.1
> Richard Hinkle
> Tyco Safety Products
> RHinkle@Tycoint.com
>