>
ImportError | Python 1.5.2 /usr/bin/python |
A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call last.
166 try:
167 from MoinMoin.support import cgitb
cgitb = <module 'MoinMoin.support.cgitb' from '/home/httpd/cgi-bin/simon/MoinMoin/support/cgitb.pyc'>, handler = undefined
169 except:
170 cgi.print_exception()
261 else:
262 # parse the text and send the page content
263 Parser(body).format(self.formatter, form)
|
Parser = <class MoinMoin.parser.xslt.Parser at 8162538>, body = '<?xml version="1.0" encoding="ISO-8859-1"?>\012\012<!-...>\012 </dt>\012 </xsl:template>\012\012</xsl:stylesheet>\012', global format = undefined, self = <MoinMoin.Page.Page instance at 80d9320>, global formatter = undefined, form = FieldStorage(None, None, [])
264
265 # end document output
37 return
38
xml = undefined, global sax = undefined
40 import xml.xslt
41 import xml.xslt.Processor
ImportError: No module named xml.sax
args = ('No module named xml.sax',)