Attachment 'traceback.html'

Download

--> -->

PluginMissingError

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. /media/conf/docs/wiki/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x9b6d52c>)

    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 execute at 0x9a41294>
    • self = <MoinMoin.request.request_standalone.Request object at 0x9b6d52c>
    • self.page = <MoinMoin.Page.Page object at 0x9b6da0c>
    • self.page.page_name = u'Keryx'
  2. /media/conf/docs/wiki/MoinMoin/action/edit.py in execute (pagename=u'Keryx', request=<MoinMoin.request.request_standalone.Request object at 0x9b6d52c>)

    1. 94 else:
    2. 95 converter_name = 'undefined' # XXX we don't have other converters yet
    3. 96 convert = wikiutil.importPlugin(request.cfg, "converter", converter_name, 'convert')
    4. 97 savetext = convert(request, pagename, savetext)
    5. 98
    • convert undefined
    • global wikiutil = <module 'MoinMoin.wikiutil' from '/media/conf/docs/wiki/MoinMoin/wikiutil.pyc'>
    • wikiutil.importPlugin = <function importPlugin at 0x96f9a74>
    • request = <MoinMoin.request.request_standalone.Request object at 0x9b6d52c>
    • request.cfg = <wikiconfig.LocalConfig object at 0x98ddd0c>
    • converter_name = 'undefined'
  3. /media/conf/docs/wiki/MoinMoin/wikiutil.py in importPlugin (cfg=<wikiconfig.LocalConfig object at 0x98ddd0c>, kind='converter', name='undefined', function='convert')

    1. 1114 return importWikiPlugin(cfg, kind, name, function)
    2. 1115 except PluginMissingError:
    3. 1116 return importBuiltinPlugin(kind, name, function)
    4. 1117
    5. 1118
    • global importBuiltinPlugin = <function importBuiltinPlugin at 0x96f9ae4>
    • kind = 'converter'
    • name = 'undefined'
    • function = 'convert'
  4. /media/conf/docs/wiki/MoinMoin/wikiutil.py in importBuiltinPlugin (kind='converter', name='undefined', function='convert')

    1. 1136 """
    2. 1137 if not name in builtinPlugins(kind):
    3. 1138 raise PluginMissingError()
    4. 1139 moduleName = 'MoinMoin.%s.%s' % (kind, name)
    5. 1140 return importNameFromPlugin(moduleName, function)
    • global PluginMissingError = <class 'MoinMoin.wikiutil.PluginMissingError'>

PluginMissingError

  • args = ()
  • message = ''

System Details

  • Date: Thu, 03 Dec 2009 09:56:14 +0000
  • Platform: Linux phaff 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686
  • Python: Python 2.6.4 (/usr/bin/python)
  • MoinMoin: Release 1.8.5 (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-12-03 09:56:46, 7.3 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.