xpath support in python 2.4

Alan Kennedy alanmk at hotmail.com
Tue Nov 29 13:13:22 EST 2005


[And80]
> I would like to use xpath modules in python2.4.... In my local machine
> I am running python2.3.5 and on the server I run python2.4. I have seen
> that while on my computer i am able to import xml.xpath, on the server
> the module seems to not exist. 
 > Is it still part of the standard library?

No, it's not. Not sure if it ever was.

 > if not, what should I use?

Install PyXML

http://pyxml.sourceforge.net

HTH,

-- 
alan kennedy
------------------------------------------------------
email alan:              http://xhaus.com/contact/alan



More information about the Python-list mailing list