Re: xpath support in python 2.4

2005-11-29 Thread jay graves
Fredrik Lundh wrote: > sounds like you've installed > http://pyxml.sourceforge.net/ > on one of your machines, but not on the other. or ActiveState Python on one and python.org Python on the other??? Just a guess. No STFWing was done before posting this message. ;-) -- http://mail.python.or

Re: xpath support in python 2.4

2005-11-29 Thread uche . ogbuji
"And80": "Is [the xml.xpath module] still part of the standard library?" Alan Kennedy: "No, it's not. Not sure if it ever was. " It never was. -- Uche Ogbuji Fourthought, Inc. http://uche.ogbuji.nethttp://fourthought.com http://copia.ogbuji.net

Re: xpath support in python 2.4

2005-11-29 Thread Alan Kennedy
[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 l

Re: xpath support in python 2.4

2005-11-29 Thread gene tani
And80 wrote: > Hi, > 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 st

Re: xpath support in python 2.4

2005-11-29 Thread Fredrik Lundh
"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 standa

xpath support in python 2.4

2005-11-29 Thread And80
Hi, 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,