Re: [XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-11 Thread Uche Ogbuji
On Wed, 2005-05-11 at 11:25 +1000, Shawn Robb wrote: > Hi There, > I know very little about python or xpath (I’m just learning) BUT > > I did run into the same error and in my case I believe it has > something to do with a conflict between 2 installations of python on > my machine. So it may be a

Re: [XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-11 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, You may want to try out lxml if you wanna use xpath (http://codespeak.net/lxml/xpath.html) Cheers, J. Shawn Robb wrote: > Hi There, > > > > I know very little about python or xpath (I?m just learning) BUT > > > > I did run into

[XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-10 Thread Shawn Robb
Here is a copy of the error message I get, in case that helps.   Traceback (most recent call last):   File "test\SRtestXFormUtil.py", line 20, in testMakeReadOnly     xform_util.makeReadOnly("", doc)   File "C:\DWServer\DW30400DEMO\lib\python\Products\DWWFEng\xform_util.py", line  462

[XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-10 Thread Shawn Robb
Hi There,   I know very little about python or xpath (I’m just learning) BUT   I did run into the same error and in my case I believe it has something to do with a conflict between 2 installations of python on my machine. So it may be a path thing or a package thing – or something relat