[XML-SIG] trouble with PyXML

Fred L. Drake, Jr. fdrake@acm.org
Mon, 23 Sep 2002 17:07:32 -0400


rhinkle@tycoint.com writes:
 >   File "xml/parsers/expat.py", line 4, in ?
 >     from PyExpat import *
 > ImportError: No module named PyExpat

It looks to me like this isn't a proper PyXML installation.  This line
should be:

from pyexpat import *

which is very different.  I'm not sure how you can get the results you
report from a standard PyXML installation.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation