--> -->

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. /home/beeplex/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 1209 # generate page footer (actions that do not want this footer use
    • handler = <function do_show>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'wiredBeep/softs/SpriteTail'
  2. /home/beeplex/MoinMoin/wikiaction.py in do_show (pagename=u'wiredBeep/softs/SpriteTail', request=<MoinMoin.request.RequestCGI 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.RequestCGI object>
    • pagename = u'wiredBeep/softs/SpriteTail'
    • ).send_page undefined
    • count_hit undefined
  3. /home/beeplex/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1254 format_args=pi_formatargs,
    2. 1255 do_cache=do_cache,
    3. 1256 start_line=pi_lines)
    4. 1257
    5. 1258 # check for pending footnotes
    • start_line undefined
    • pi_lines = 0
  4. /home/beeplex/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u"\u7e26\u30b9\u30af\u30ed\u30fc\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0\u30b2\u30fc\u30e0 ~+'''SpriteTail'''+~\n\n \u30d0\u30fc\u30b8\u30e7\u30f3:: ...\u7206\u767a\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u4e00\u90e8\u66f8\u304d\u63db\u3048\n * \u30a8\u30f3\u30c7\u30a3\u30f3\u30b0\u5909\u66f4\n * \u5168\u4f53\u306e\u96e3\u6613\u5ea6\u8abf\u6574\n * \u305d\u306e\u4ed6\u5fae\u8abf\u6574\n", format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1345 try:
    2. 1346 code = self.loadCache(request)
    3. 1347 self.execute(request, parser, code)
    4. 1348 except Exception, e:
    5. 1349 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.RequestCGI object>
    • parser = <MoinMoin.parser.wiki.Parser instance>
    • code = <code object <module> at 0x28b36f50, file "wiredBeep/softs/SpriteTail", line 2>
  5. /home/beeplex/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object <module> at 0x28b36f50, file "wiredBeep/softs/SpriteTail", line 2>)

    1. 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1375 try:
    3. 1376 exec code
    4. 1377 except 'CacheNeedsUpdate':
    5. 1378 raise Exception('CacheNeedsUpdate')
    • code = <code object <module> at 0x28b36f50, file "wiredBeep/softs/SpriteTail", line 2>
  6. /home/beeplex/www/wiredBeep/softs/SpriteTail in ()

TypeError

'dict' object is not callable

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

System Details

  • Date: Wed, 08 Feb 2012 07:09:53 +0000
  • Platform: FreeBSD www609.sakura.ne.jp 7.1-RELEASE-p16 FreeBSD 7.1-RELEASE-p16 #12: Mon Oct 3 17:12:59 JST 2011 admin@www200.sakura.ne.jp:/usr/obj/usr/src/sys/SAKURA11S i386
  • Python: Python 2.7.2 (/usr/local/bin/python)
  • MoinMoin: Release 1.5.8 (release)