Hello
While stress-testing
our application we came upon a following error which indicated an internal
problem with 4XPath.
Is there a way
we can prevent this error from occuring?
I already tried [EMAIL PROTECTED],
but they indicated, that this was error with the XPath parser
included
in the PyXML distribution of 4XPath and
suggested this forum.
Thanks,
Olavi
Exception::: (<class xml.xpath.RuntimeException
at 0x83d3964>, <xml.xpath.RuntimeException instance at 0x8a9eb2c>,
<traceback object at 0x8a54a24>)
WORKING!!!!!!!!!!
[Tue Jul 19 23:36:48 2005] [error] WebKit: Error while executing script /opt/ibank/App7/scripts/overview/profilesummary.py
Traceback (most recent call last):
File "/opt/ibank/App2/scripts/overview/profilesummary.py", line 40, in default
e = xpath.Compile("//macc:AccountsSummary")
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/__init__.py", line 83, in Compile
raise RuntimeException(RuntimeException.INTERNAL, stream.getvalue())
RuntimeException: There is an internal bug in 4XPath. Please report this error code to [EMAIL PROTECTED]: Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/__init__.py", line 76, in Compile
return parser.new().parse(expr)
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/pyxpath.py", line 319, in parse
from XPathGrammar import XPath,XPathScanner
ImportError: cannot import name XPath
WORKING!!!!!!!!!!
[Tue Jul 19 23:36:48 2005] [error] WebKit: Error while executing script /opt/ibank/App7/scripts/overview/profilesummary.py
Traceback (most recent call last):
File "/opt/ibank/App2/scripts/overview/profilesummary.py", line 40, in default
e = xpath.Compile("//macc:AccountsSummary")
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/__init__.py", line 83, in Compile
raise RuntimeException(RuntimeException.INTERNAL, stream.getvalue())
RuntimeException: There is an internal bug in 4XPath. Please report this error code to [EMAIL PROTECTED]: Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/__init__.py", line 76, in Compile
return parser.new().parse(expr)
File "/usr/lib/python2.2/site-packages/_xmlplus/xpath/pyxpath.py", line 319, in parse
from XPathGrammar import XPath,XPathScanner
ImportError: cannot import name XPath
_______________________________________________ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listinfo/xml-sig