--> -->

TypeError

'dict' object is not callable

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/local/www/ocd/wikifoo/closed/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)

    1. 1149 from MoinMoin.wikiaction import getHandler
    2. 1150 handler = getHandler(self, action)
    3. 1151 handler(self.page.page_name, self)
    4. 1152
    5. 1153 # generate page footer (actions that do not want this footer use
    • handler = <function do_show>
    • self = <MoinMoin.request.RequestModPy object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'BuchBrianRose2005/Kapitel03'
  2. /var/local/www/ocd/wikifoo/closed/MoinMoin/wikiaction.py in do_show (pagename=u'BuchBrianRose2005/Kapitel03', request=<MoinMoin.request.RequestModPy object>)

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 470
    • global Page = <class MoinMoin.Page.Page>
    • request = <MoinMoin.request.RequestModPy object>
    • pagename = u'BuchBrianRose2005/Kapitel03'
    • ).send_page undefined
    • count_hit undefined
  3. /var/local/www/ocd/wikifoo/closed/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestModPy object>, msg='', **keywords={'count_hit': 1})

    1. 1251 format_args=pi_formatargs,
    2. 1252 do_cache=do_cache,
    3. 1253 start_line=pi_lines)
    4. 1254
    5. 1255 # check for pending footnotes
    • start_line undefined
    • pi_lines = 0
  4. /var/local/www/ocd/wikifoo/closed/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestModPy object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'[:../Chapter03: English version] --- [:../Diskus... um es zu meistern!" von Brian Rose \xa9 2005\'\'\'||\n', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1342 try:
    2. 1343 code = self.loadCache(request)
    3. 1344 self.execute(request, parser, code)
    4. 1345 except Exception, e:
    5. 1346 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page instance>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
    • request = <MoinMoin.request.RequestModPy object>
    • parser = <MoinMoin.parser.wiki.Parser instance>
    • code = <code object <module> at 0x7f552c6236b0, file "BuchBrianRose2005/Kapitel03", line 2>
  5. /var/local/www/ocd/wikifoo/closed/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestModPy object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object <module> at 0x7f552c6236b0, file "BuchBrianRose2005/Kapitel03", line 2>)

    1. 1371 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1372 try:
    3. 1373 exec code
    4. 1374 except 'CacheNeedsUpdate':
    5. 1375 raise Exception('CacheNeedsUpdate')
    • code = <code object <module> at 0x7f552c6236b0, file "BuchBrianRose2005/Kapitel03", line 2>
  6. /BuchBrianRose2005/Kapitel03 in ()

TypeError

'dict' object is not callable

  • args = ("'dict' object is not callable",)
  • message = "'dict' object is not callable"

System Details

  • Date: Sat, 19 May 2012 19:45:34 +0000
  • Platform: Linux turrican 2.6.38-11-server #50-Ubuntu SMP Mon Sep 12 21:34:27 UTC 2011 x86_64
  • Python: Python 2.7.1+ (/usr/bin/python)
  • MoinMoin: Release 1.5.6 (release)