Re: [XML-SIG] Problems with PyXML Mac OS 10.5 install

2007-12-02 Thread Martin v. Löwis
> 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

[XML-SIG] Problems with PyXML Mac OS 10.5 install

2007-11-29 Thread Peter Saffrey
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