Attachment 'traceback.html'

Download

--> -->

ImportError

No module named ext.reader

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /var/lib/python-support/python2.6/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0xa0a0c6c>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show at 0xa118e9c>
    • self = <MoinMoin.request.request_cgi.Request object at 0xa0a0c6c>
    • self.page = <MoinMoin.Page.Page object at 0xa12bd0c>
    • self.page.page_name = u'StartSeite'
  2. /var/lib/python-support/python2.6/MoinMoin/action/__init__.py in do_show (pagename=u'StartSeite', request=<MoinMoin.request.request_cgi.Request object at 0xa0a0c6c>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /var/lib/python-support/python2.6/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0xa16d4cc>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1042 self.formatter = Formatter(request, store_pagelinks=1)
    2. 1043 elif not self.formatter:
    3. 1044 Formatter = wikiutil.searchAndImportPlugin(request.cfg, "formatter", self.output_mimetype)
    4. 1045 self.formatter = Formatter(request)
    5. 1046
    • Formatter undefined
    • global wikiutil = <module 'MoinMoin.wikiutil' from '/var/lib/python-support/python2.6/MoinMoin/wikiutil.pyc'>
    • wikiutil.searchAndImportPlugin = <function searchAndImportPlugin at 0x9fbb8ec>
    • request = <MoinMoin.request.request_cgi.Request object at 0xa0a0c6c>
    • request.cfg = <mywiki.Config object at 0xa0a0f8c>
    • self = <MoinMoin.Page.Page object at 0xa16d4cc>
    • self.output_mimetype = 'text/docbook'
  4. /var/lib/python-support/python2.6/MoinMoin/wikiutil.py in searchAndImportPlugin (cfg=<mywiki.Config object at 0xa0a0f8c>, type='formatter', name='text/docbook', what='Formatter')

    1. 1230 for module_name in mt.module_name():
    2. 1231 try:
    3. 1232 plugin = importPlugin(cfg, type, module_name, what)
    4. 1233 break
    5. 1234 except PluginMissingError:
    • plugin = None
    • global importPlugin = <function importPlugin at 0x9fa56bc>
    • cfg = <mywiki.Config object at 0xa0a0f8c>
    • type = 'formatter'
    • module_name = 'text_docbook'
    • what = 'Formatter'
  5. /var/lib/python-support/python2.6/MoinMoin/wikiutil.py in importPlugin (cfg=<mywiki.Config object at 0xa0a0f8c>, kind='formatter', name='text_docbook', function='Formatter')

    1. 1109 return importWikiPlugin(cfg, kind, name, function)
    2. 1110 except PluginMissingError:
    3. 1111 return importBuiltinPlugin(kind, name, function)
    4. 1112
    5. 1113
    • global importBuiltinPlugin = <function importBuiltinPlugin at 0x9fbb80c>
    • kind = 'formatter'
    • name = 'text_docbook'
    • function = 'Formatter'
  6. /var/lib/python-support/python2.6/MoinMoin/wikiutil.py in importBuiltinPlugin (kind='formatter', name='text_docbook', function='Formatter')

    1. 1133 raise PluginMissingError()
    2. 1134 moduleName = 'MoinMoin.%s.%s' % (kind, name)
    3. 1135 return importNameFromPlugin(moduleName, function)
    4. 1136
    5. 1137
    • global importNameFromPlugin = <function importNameFromPlugin at 0x9fbb72c>
    • moduleName = 'MoinMoin.formatter.text_docbook'
    • function = 'Formatter'
  7. /var/lib/python-support/python2.6/MoinMoin/wikiutil.py in importNameFromPlugin (moduleName='MoinMoin.formatter.text_docbook', name='Formatter')

    1. 1146 else:
    2. 1147 fromlist = [name]
    3. 1148 module = __import__(moduleName, globals(), {}, fromlist)
    4. 1149 if fromlist:
    5. 1150 # module has the obj for module <moduleName>
    • module undefined
    • builtin __import__ = <built-in function __import__>
    • moduleName = 'MoinMoin.formatter.text_docbook'
    • builtin globals = <built-in function globals>
    • fromlist = ['Formatter']
  8. /var/lib/python-support/python2.6/MoinMoin/formatter/text_docbook.py in ()

    1. 13
    2. 14 from xml.dom import getDOMImplementation
    3. 15 from xml.dom.ext.reader import Sax
    4. 16 from xml.dom.ext import Node
    5. 17
    • xml undefined
    • Sax undefined

ImportError

No module named ext.reader

  • args = ('No module named ext.reader',)
  • message = 'No module named ext.reader'

System Details

  • Date: Sun, 07 Jun 2009 08:41:08 +0000
  • Platform: Linux nas 2.6.28-12-generic #43-Ubuntu SMP Fri May 1 19:27:06 UTC 2009 i686
  • Python: Python 2.6.2 (/usr/bin/python)
  • MoinMoin: Release 1.8.2 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-06-07 08:58:11, 11.4 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.