ImportError
cannot import name wiki
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.
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0xb7d909ac>)
- 1305 self.page.send_page()
- 1306 else:
- 1307 handler(self.page.page_name, self)
- 1308
- 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show at 0x9716b54>
- self = <MoinMoin.request.request_cgi.Request object at 0xb7d909ac>
- self.page = <MoinMoin.Page.Page object at 0x973144c>
- self.page.page_name = u"Quelques_r\xe9flexions_sur_Base-El\xe8ves,_l'\xe9cole_et_la_d\xe9mocratie"
/var/lib/python-support/python2.5/MoinMoin/action/__init__.py in do_show (pagename=u"Quelques_r\xe9flexions_sur_Base-El\xe8ves,_l'\xe9cole_et_la_d\xe9mocratie", request=<MoinMoin.request.request_cgi.Request object at 0xb7d909ac>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x946cc2c>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1195 format_args=pi['formatargs'],
- 1196 do_cache=do_cache,
- 1197 start_line=pi['lines'])
- 1198
- 1199 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x946cdec>, 'format': 'wiki', 'formatargs': '', 'language': 'fr', 'lines': 2}
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x946cc2c>, request=<MoinMoin.request.request_cgi.Request object at 0xb7d909ac>, body=u"\n== Quelques r\xe9flexions sur Base\u2013El\xe8ves, l'\xe9cole... \n \n", format='wiki', format_args='', do_cache=1, **kw={'start_line': 2})
- 1288 raise
- 1289 try:
- 1290 code = self.makeCache(request, parser)
- 1291 self.execute(request, parser, code)
- 1292 except Exception, e:
- code undefined
- self = <MoinMoin.Page.Page object at 0x946cc2c>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object at 0x946cc2c>>
- request = <MoinMoin.request.request_cgi.Request object at 0xb7d909ac>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>
/var/lib/python-support/python2.5/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object at 0x946cc2c>, request=<MoinMoin.request.request_cgi.Request object at 0xb7d909ac>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>)
- 1348 saved_current_lang = request.current_lang
- 1349 try:
- 1350 text = request.redirectedOutput(parser.format, formatter)
- 1351 finally:
- 1352 request.current_lang = saved_current_lang
- text undefined
- request = <MoinMoin.request.request_cgi.Request object at 0xb7d909ac>
- request.redirectedOutput = <bound method Request.redirectedOutput of <MoinM...equest.request_cgi.Request object at 0xb7d909ac>>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>
- parser.format = <bound method Parser.format of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>
- formatter = <MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in redirectedOutput (self=<MoinMoin.request.request_cgi.Request object at 0xb7d909ac>, function=<bound method Parser.format of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>, *args=(<MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>,), **kw={})
- 842 self.redirect(buf)
- 843 try:
- 844 function(*args, **kw)
- 845 finally:
- 846 self.redirect()
- function = <bound method Parser.format of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>
- args = (<MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>,)
- kw = {}
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in format (self=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>, formatter=<MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>, inhibit_p=False)
- 1527
- 1528 # Scan line, format and write
- 1529 formatted_line = self.scan(line, inhibit_p=inhibit_p)
- 1530 self.request.write(formatted_line)
- 1531
- formatted_line = u'<p class="line867"><hr /><p class="line874"> '
- self = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>
- self.scan = <bound method Parser.scan of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>
- line = u'<<PageComment2>> '
- inhibit_p = False
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in scan (self=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>, line=u'<<PageComment2>> ', inhibit_p=False)
- 1343 self.in_table or self.in_list):
- 1344 result.append(self.formatter.paragraph(1, css_class="line867"))
- 1345 result.append(self.replace(match, inhibit_p))
- 1346 end = match.end()
- 1347 lastpos = end
- result = ['<p class="line867">']
- result.append = <built-in method append of list object at 0x97e936c>
- self = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>
- self.replace = <bound method Parser.replace of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>
- match = <_sre.SRE_Match object at 0x987a388>
- inhibit_p = False
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in replace (self=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>, match=<_sre.SRE_Match object at 0x987a388>, inhibit_p=False)
- 1385 # Get replace method and replace hit
- 1386 replace_func = getattr(self, '_%s_repl' % type)
- 1387 result.append(replace_func(hit, match.groupdict()))
- 1388 return ''.join(result)
- 1389 else:
- result = []
- result.append = <built-in method append of list object at 0x97e90ec>
- replace_func = <bound method Parser._macro_repl of <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>>
- hit = u'PageComment2'
- match = <_sre.SRE_Match object at 0x987a388>
- match.groupdict = <built-in method groupdict of _sre.SRE_Match object at 0x987a388>
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in _macro_repl (self=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>, word=u'PageComment2', groups={u'big': None, u'big_off': None, u'big_on': None, u'comment': None, u'dl': None, u'email': None, u'emph': None, u'emph_ib_or_bi': None, u'emph_ibb': None, u'emph_ibi': None, ...})
- 1310 if self.macro is None:
- 1311 self.macro = macro.Macro(self)
- 1312 return self.formatter.macro(self.macro, macro_name, macro_args, markup=groups.get('macro'))
- 1313 _macro_name_repl = _macro_repl
- 1314 _macro_args_repl = _macro_repl
- self = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x946ccec>
- self.formatter = <MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>
- self.formatter.macro = <bound method Formatter.macro of <MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>>
- self.macro = <MoinMoin.macro.Macro instance at 0x97e934c>
- macro_name = u'PageComment2'
- macro_args = None
- markup undefined
- groups = {u'big': None, u'big_off': None, u'big_on': None, u'comment': None, u'dl': None, u'email': None, u'emph': None, u'emph_ib_or_bi': None, u'emph_ibb': None, u'emph_ibi': None, ...}
- groups.get = <built-in method get of dict object at 0x97ec57c>
/var/lib/python-support/python2.5/MoinMoin/formatter/text_python.py in macro (self=<MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>, macro_obj=<MoinMoin.macro.Macro instance at 0x97e934c>, name=u'PageComment2', args=None, markup=u'<<PageComment2>>')
- 187
- 188 def macro(self, macro_obj, name, args, markup=None):
- 189 if self.__is_static(macro_obj.get_dependencies(name)):
- 190 # XXX: why is this necessary??
- 191 macro_obj.formatter = self
- self = <MoinMoin.formatter.text_python.Formatter instance at 0x97e5c6c>
- self.__is_static undefined
- macro_obj = <MoinMoin.macro.Macro instance at 0x97e934c>
- macro_obj.get_dependencies = <bound method Macro.get_dependencies of <MoinMoin.macro.Macro instance at 0x97e934c>>
- name = u'PageComment2'
/var/lib/python-support/python2.5/MoinMoin/macro/__init__.py in get_dependencies (self=<MoinMoin.macro.Macro instance at 0x97e934c>, macro_name=u'PageComment2')
- 148 try:
- 149 return wikiutil.importPlugin(self.request.cfg, 'macro',
- 150 macro_name, 'Dependencies')
- 151 except wikiutil.PluginError:
- 152 return self.defaultDependency
- macro_name = u'PageComment2'
/var/lib/python-support/python2.5/MoinMoin/wikiutil.py in importPlugin (cfg=<tomate.Config object at 0x96baeec>, kind='macro', name=u'PageComment2', function='Dependencies')
- 1105 """
- 1106 try:
- 1107 return importWikiPlugin(cfg, kind, name, function)
- 1108 except PluginMissingError:
- 1109 return importBuiltinPlugin(kind, name, function)
- global importWikiPlugin = <function importWikiPlugin at 0x9563844>
- cfg = <tomate.Config object at 0x96baeec>
- kind = 'macro'
- name = u'PageComment2'
- function = 'Dependencies'
/var/lib/python-support/python2.5/MoinMoin/wikiutil.py in importWikiPlugin (cfg=<tomate.Config object at 0x96baeec>, kind='macro', name=u'PageComment2', function='Dependencies')
- 1118 raise PluginMissingError
- 1119 moduleName = '%s.plugin.%s.%s' % (cfg.siteid, kind, name)
- 1120 return importNameFromPlugin(moduleName, function)
- 1121
- 1122
- global importNameFromPlugin = <function importNameFromPlugin at 0x95638b4>
- moduleName = u'tomate.plugin.macro.PageComment2'
- function = 'Dependencies'
/var/lib/python-support/python2.5/MoinMoin/wikiutil.py in importNameFromPlugin (moduleName=u'tomate.plugin.macro.PageComment2', name='Dependencies')
- 1142 else:
- 1143 fromlist = [name]
- 1144 module = __import__(moduleName, globals(), {}, fromlist)
- 1145 if fromlist:
- 1146 # module has the obj for module <moduleName>
- module undefined
- builtin __import__ = <built-in function __import__>
- moduleName = u'tomate.plugin.macro.PageComment2'
- builtin globals = <built-in function globals>
- fromlist = ['Dependencies']
/var/www/tomate.poivron.org/moin/data/plugin/macro/PageComment2.py in
() - 149 from MoinMoin.Page import Page
- 150 from MoinMoin.PageEditor import PageEditor
- 151 from MoinMoin.parser import wiki
- 152
- 153
- MoinMoin undefined
- wiki undefined
ImportError
cannot import name wiki
- args = ('cannot import name wiki',)
- message = 'cannot import name wiki'
System Details
- Date: Sun, 14 Mar 2010 18:17:59 +0000
- Platform: Linux web.potager.taz 2.6.26-2-vserver-686 #1 SMP Wed Nov 4 22:32:30 UTC 2009 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.7.1 (release)