[XML-SIG] [ pyxml-Bugs-423086 ] xml.xpath cannot be imported

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 10 May 2001 19:08:35 +0200


> When importing xml.xpath, xml.xpath.Conversions gets sucked in, and
> that attempts to import xml.utils.boolean, which does not exist. The
> result is that any attempt to import xml.xpath fails. Did someone
> forget to commit something?

xml.utils.boolean should be compiled from extensions/boolean.c, and
installed in xml/utils. Did you perform a 'setup.py install', and it
still did not work?

Regards,
Martin