The Robot Group   Jürgen Hermann Links UserPreferences
 
Help Search Diffs Info Edit Print View
 MoinMoin Wiki   FrontPage   RecentChanges   TitleIndex   WordIndex   Help 

>
 
 
ImportError
Python 2.1.3
/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.

/home/robotgroupnet/moin-0.10/MoinMoin/cgimain.py in run(properties={})
  165         try:
  166             from MoinMoin.support import cgitb
  167             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/robotgroupnet/moin-0.10/MoinMoin/support/cgitb.py'>, handler = undefined
  168         except:
  169             cgi.print_exception()

/home/robotgroupnet/moin-0.10/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, []), msg='', **keywords={})
  281         else:
  282             # parse the text and send the page content
  283             Parser(body).format(self.formatter, form)
       Parser = <class MoinMoin.parser.xslt.Parser>, body = '<?xml version="1.0" encoding="ISO-8859-1"?>\n<!DO...>\n <desc>\n </desc>\n </bookmark>\n-->\n', global format = undefined, self = <MoinMoin.Page.Page instance>, global formatter = undefined, form = FieldStorage(None, None, [])
  284 
  285         # end document output

/home/robotgroupnet/moin-0.10/MoinMoin/parser/xslt.py in format(self=<MoinMoin.parser.xslt.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, []))
   37             return
   38 
   39         import xml.sax
       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',)