>
ImportError: No module named xslt | Python 2.4.6 /usr/bin/python2.4 |
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 first. The exception attributes are:
__doc__ = "Import can't find module, or can't find name in module."
__getitem__ = <bound method ImportError.__getitem__ of <exceptions.ImportError instance at 0x65baf7523f80>>
__init__ = <bound method ImportError.__init__ of <exceptions.ImportError instance at 0x65baf7523f80>>
__module__ = 'exceptions'
__str__ = <bound method ImportError.__str__ of <exceptions.ImportError instance at 0x65baf7523f80>>
args = ('No module named xslt',)
39
40 import xml.sax
xml = <module '_xmlplus' from '/usr/lib/python2.4/site-packages/_xmlplus/__init__.pyc'>, global xslt = undefined
42 import xml.xslt.Processor
43
377 else:
378 # parse the text and send the page content
379 Parser(body).format(self.formatter, form)
|
Parser = <class MoinMoin.parser.xslt.Parser>, body = '\n\n...')"/>\n \n\n\n', global format = undefined, self = <MoinMoin.Page.Page instance>, global formatter = undefined, form = FieldStorage(None, None, [])
380
381 # check for pending footnotes
211 else:
212 try:
cgitb = <module 'MoinMoin.support.cgitb' from '/home/edg...hon2.1/site-packages/MoinMoin/support/cgitb.pyc'>, handler = undefined
214 except:
215 apply(cgi.print_exception, saved_exc)