Python2.2 and expat

Colin Fox cfox at crystalcherry.com
Thu Mar 14 20:17:27 EST 2002


Hello, everyone.

I'm trying to build garnome, which requires Python2.2 + Python2.2-xml.
I've got Python2.2 built, but for some reason it doesn't seem to build
expat. And when I try to "import xml.parsers.expat" I get:

>>> import xml.parsers.expat
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.2/xml/parsers/expat.py", line 4, in ?
    from pyexpat import *
ImportError: No module named pyexpat

Where is pyexpat supposed to come from? 

TIA
 Colin

-- 
Colin Fox                                       cfox at crystalcherry.com
CF Consulting Inc.                                    GPG Fingerprint:
                    D8F0 84E7 E7CC 5C6C 9982  F1A7 A3EB 6EA3 BC97 572F



More information about the Python-list mailing list