Attachment 'TraceBackOutput.htm'

Download

--> -->

ImportError

No module named converter

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. C:\python25\Lib\site-packages\MoinMoin\request\__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0x00C2ABF0>)

    1. 1213 self.page.send_page(msg=msg)
    2. 1214 else:
    3. 1215 handler(self.page.page_name, self)
    4. 1216
    5. 1217 # every action that didn't use to raise MoinMoinNoFooter must call this now:
    • handler = <function execute at 0x00C7A1F0>
    • self = <MoinMoin.request.request_cgi.Request object at 0x00C2ABF0>
    • self.page = <MoinMoin.Page.Page object at 0x00C654D0>
    • self.page.page_name = u'TimJones'
  2. C:\python25\Lib\site-packages\MoinMoin\action\edit.py in execute (pagename=u'TimJones', request=<MoinMoin.request.request_cgi.Request object at 0x00C2ABF0>)

    1. 95 else:
    2. 96 converter_name = 'undefined' # XXX we don't have other converters yet
    3. 97 convert = wikiutil.importPlugin(request.cfg, "converter", converter_name, 'convert')
    4. 98 savetext = convert(request, pagename, savetext)
    5. 99
    • convert undefined
    • global wikiutil = <module 'MoinMoin.wikiutil' from 'c:\python25\lib\site-packages\MoinMoin\wikiutil.pyc'>
    • wikiutil.importPlugin = <function importPlugin at 0x00A91E30>
    • request = <MoinMoin.request.request_cgi.Request object at 0x00C2ABF0>
    • request.cfg = <wikiconfig.Config instance at 0x00C34738>
    • converter_name = 'text_html_text_moin_wiki'
  3. C:\python25\Lib\site-packages\MoinMoin\wikiutil.py in importPlugin (cfg=<wikiconfig.Config instance at 0x00C34738>, kind='converter', name='text_html_text_moin_wiki', function='convert')

    1. 1092 """
    2. 1093 try:
    3. 1094 return importWikiPlugin(cfg, kind, name, function)
    4. 1095 except PluginMissingError:
    5. 1096 return importBuiltinPlugin(kind, name, function)
    • global importWikiPlugin = <function importWikiPlugin at 0x00A970B0>
    • cfg = <wikiconfig.Config instance at 0x00C34738>
    • kind = 'converter'
    • name = 'text_html_text_moin_wiki'
    • function = 'convert'
  4. C:\python25\Lib\site-packages\MoinMoin\wikiutil.py in importWikiPlugin (cfg=<wikiconfig.Config instance at 0x00C34738>, kind='converter', name='text_html_text_moin_wiki', function='convert')

    1. 1102 See importPlugin docstring.
    2. 1103 """
    3. 1104 if not name in wikiPlugins(kind, cfg):
    4. 1105 raise PluginMissingError
    5. 1106 moduleName = '%s.plugin.%s.%s' % (cfg.siteid, kind, name)
    • name = 'text_html_text_moin_wiki'
    • global wikiPlugins = <function wikiPlugins at 0x00A971B0>
    • kind = 'converter'
    • cfg = <wikiconfig.Config instance at 0x00C34738>
  5. C:\python25\Lib\site-packages\MoinMoin\wikiutil.py in wikiPlugins (kind='converter', cfg=<wikiconfig.Config instance at 0x00C34738>)

    1. 1154 # Wiki plugins are located in wikiconfig.plugin module
    2. 1155 modulename = '%s.plugin.%s' % (cfg.siteid, kind)
    3. 1156 return pysupport.importName(modulename, "modules")
    4. 1157
    5. 1158
    • global pysupport = <module 'MoinMoin.util.pysupport' from 'c:\python25\lib\site-packages\MoinMoin\util\pysupport.pyc'>
    • pysupport.importName = <function importName at 0x009F5130>
    • modulename = 'wikiconfig.plugin.converter'
  6. C:\python25\Lib\site-packages\MoinMoin\util\pysupport.py in importName (modulename='wikiconfig.plugin.converter', name='modules')

    1. 63 @return: name from module
    2. 64 """
    3. 65 module = __import__(modulename, globals(), {}, [name])
    4. 66 return getattr(module, name)
    5. 67
    • module undefined
    • builtin __import__ = <built-in function __import__>
    • modulename = 'wikiconfig.plugin.converter'
    • builtin globals = <built-in function globals>
    • name = 'modules'

ImportError

No module named converter

  • args = ('No module named converter',)
  • message = 'No module named converter'

System Details

  • Date: Wed, 24 Oct 2007 01:36:39 +0000
  • Platform: win32 (nt)
  • Python: Python 2.5.1 (C:\python25\python.exe)
  • MoinMoin: Release 1.6.0alpha (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] (2007-10-24 01:38:35, 9.9 KB) [[attachment:TraceBackOutput.htm]]
 All files | Selected Files: delete move to page copy to page

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