GMS NOC Docs   XsltVersion UserPreferences
 
Help Search Diffs Info Edit Subscribe Print View
 GMS NOC Docs   FrontPage   RecentChanges   TitleIndex   Help 

>
 
 
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',)

/home/edges/3e.org/private/easy/moin/lib/python2.1/site-packages/MoinMoin/parser/xslt.py in format(self=<MoinMoin.parser.xslt.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, []))
   39 
   40         import xml.sax
   41         import xml.xslt
       xml = <module '_xmlplus' from '/usr/lib/python2.4/site-packages/_xmlplus/__init__.pyc'>, global xslt = undefined
   42         import xml.xslt.Processor
   43 

/home/edges/3e.org/private/easy/moin/lib/python2.1/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, []), msg='', **keywords={'count_hit': 1})
  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

/home/edges/3e.org/private/easy/moin/lib/python2.1/site-packages/MoinMoin/cgimain.py in run(properties={})
  211         else:
  212             try:
  213                 cgitb.handler()
       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)