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.
/opt/moin-1.6.2/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1281 self.page.send_page(msg=msg)
- 1282 else:
- 1283 handler(self.page.page_name, self)
- 1284
- 1285 # every action that didn't use to raise MoinMoinNoFooter must call this now:
- handler = <function execute>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'Testing'
/opt/moin-1.6.2/lib/python2.4/site-packages/MoinMoin/action/edit.py in execute (pagename=u'Testing', request=<MoinMoin.request.request_cgi.Request object>)
- 94 else:
- 95 converter_name = 'undefined' # XXX we don't have other converters yet
- 96 convert = wikiutil.importPlugin(request.cfg, "converter", converter_name, 'convert')
- 97 savetext = convert(request, pagename, savetext)
- 98
- convert undefined
- global wikiutil = <module 'MoinMoin.wikiutil' from '/opt/moin-1.6....b/python2.4/site-packages/MoinMoin/wikiutil.pyc'>
- wikiutil.importPlugin = <function importPlugin>
- request = <MoinMoin.request.request_cgi.Request object>
- request.cfg = <wikiconfig.Config instance>
- converter_name = 'undefined'
/opt/moin-1.6.2/lib/python2.4/site-packages/MoinMoin/wikiutil.py in importPlugin (cfg=<wikiconfig.Config instance>, kind='converter', name='undefined', function='convert')
- 1102 return importWikiPlugin(cfg, kind, name, function)
- 1103 except PluginMissingError:
- 1104 return importBuiltinPlugin(kind, name, function)
- 1105
- 1106
- global importBuiltinPlugin = <function importBuiltinPlugin>
- kind = 'converter'
- name = 'undefined'
- function = 'convert'
/opt/moin-1.6.2/lib/python2.4/site-packages/MoinMoin/wikiutil.py in importBuiltinPlugin (kind='converter', name='undefined', function='convert')
- 1122 """
- 1123 if not name in builtinPlugins(kind):
- 1124 raise PluginMissingError
- 1125 moduleName = 'MoinMoin.%s.%s' % (kind, name)
- 1126 return importNameFromPlugin(moduleName, function)
- global PluginMissingError = <class MoinMoin.wikiutil.PluginMissingError>
PluginMissingError
- args = ()
System Details
- Date: Wed, 02 Apr 2008 01:51:34 +0000
- Platform: Linux miriam.siemster.net 2.6.18-53.1.14.el5 #1 SMP Wed Mar 5 11:37:38 EST 2008 x86_64
- Python: Python 2.4.3 (/usr/bin/python)
- MoinMoin: Release 1.6.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.You are not allowed to attach a file to this page.