[XML-SIG] problem while installing Pyxml without xslt and xpath

Markus Jais info@mjais.de
Fri, 14 Jun 2002 19:10:23 +0200


hello

I just wanted to install pyxml 0.7.1 in my machine (red hat 7.3, python 2.2.1)
with this options

python setup.py build --without-xslt --without-xpath

because I want to use xpath and xslt from 4suite cvs

but xpath and xslt is installed despite the --without-* option.

it only works when I changed the lines 34-35 to

with_xpath = 0
with_xslt = 0

I think this might confuse peope completely new to PyXML

markus