I just completed a fresh install of Ubuntu 10.10 and I\'m trying to run some scripts that use xml and xpath. I get an error from inside PyXML.
I think this is an inst
Just for the record, if you really need PyXML (i.e. legacy code that you don't have the time to port right now), just changing as
in the two places it is used to some other variable name will do.
Additionally, I noticed that Gentoo added the method use_pyxml()
to PyXML which explicitly needs to be called; so the standard library XML modules are not used. See here if that is of interest.