xpath support in python 2.4
Fredrik Lundh
fredrik at pythonware.com
Tue Nov 29 12:10:21 EST 2005
"And80" wrote:
> 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? if not, what should I use?
sounds like you've installed
http://pyxml.sourceforge.net/
on one of your machines, but not on the other.
(afaik, xml.xpath has never been part of the standard library.)
</F>
More information about the Python-list
mailing list