No parsers found...

Gillou nospam at bigfoot.com
Wed May 29 14:03:40 EDT 2002


>
> Most certainly. You need to edit Modules/Setup to point it to your
> expat installation, to make use of the pyexpat module that comes with
> Python.

AFAIK, We don't need to install expat separately at Python
configure/make/make install dance.
It's packaged in PyXML.

Just need to...

$ cd /path/to/PyXML
$ python setup.py build
$ python setup.py install

But I think the built expat is suitable only to Python.

Please correct me if I'm wrong

--Gilles





More information about the Python-list mailing list