Hi, Here is a fix allowing --without-xslt to be considered. I think that did not test that. Cheers, --- setup.py.orig Sat Dec 29 12:36:17 2001 +++ setup.py Sat Dec 29 12:44:03 2001 @@ -50,7 +50,7 @@ with_xpath = 0 sys.argv.remove(arg) elif arg == '--without-xslt': - without_xslt = 0 + with_xslt = 0 sys.argv.remove(arg) if with_xpath: -- Jérôme Marant <jerome@marant.org> <jerome.marant@free.fr> http://marant.org