[Zope3-dev] Linux Test Results - Zope 3 - OK :-)

Fred L. Drake, Jr. fdrake@acm.org
Tue, 17 Sep 2002 22:22:59 -0400


zope-tests@squishdot.org writes:
 > Error importing Zope.XMLPickle.tests.testXMLPickle
 > No module named pyexpat
 > 
 >   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/XMLPickle/XMLPickle.py", line 19, in ?
 >     import pyexpat

Jim!  You should know to only use the documented interface to a
module!  There's only one way to get Expat that's documented, and
"import pyexpat" is not it!  See:

http://www.python.org/doc/current/lib/module-xml.parsers.expat.html


  -Fred

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