> It can load the xml module OK, but I presume that this is simply the old
> version. It seems to me that it's simply not being installed - if I use
> the spotlight to find xpath, it's only found in the local directory, not
> where it should be installed.
Well, "setup.py install" should tell you w
I'm attempting install PyXML on a Mac OS leopard laptop so that I can use the
xpath libraries. I've downloaded 0.8.4, run "python setup.py build" and "python
setup.py install". If I do import xml.xpath, I get "no module xpath".
It can load the xml module OK, but I presume that this is simply th