--> -->

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. /usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestStandAlone 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.RequestStandAlone object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'HelpOnSlideShows/100 Creating the slides'
  2. /usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'HelpOnSlideShows/100 Creating the slides', request=<MoinMoin.request.RequestStandAlone 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.RequestStandAlone object>
    • pagename = u'HelpOnSlideShows/100 Creating the slides'
    • ).send_page undefined
    • count_hit undefined
  3. /usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestStandAlone 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 = 8
  4. /usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestStandAlone object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'= Creating the slides =\n\nPut a headline on top o...[[Navigation(slides)]]\n\n[[Navigation(siblings)]]\n', format_args=u'', do_cache=1, **kw={'start_line': 8})

    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.RequestStandAlone object>
    • parser = <MoinMoin.parser.wiki.Parser instance>
    • code = <code object <module> at 0x807583530, file "HelpOnSlideShows/100 Creating the slides", line 2>
  5. /usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestStandAlone object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object <module> at 0x807583530, file "HelpOnSlideShows/100 Creating the slides", 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 0x807583530, file "HelpOnSlideShows/100 Creating the slides", line 2>
  6. /usr/local/etc/service/moinmoin/HelpOnSlideShows/100 Creating the slides in ()

TypeError

'dict' object is not callable

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

System Details

  • Date: Fri, 18 May 2012 18:51:11 +0000
  • Platform: FreeBSD beelzebubba.sysabend.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #2: Mon Jul 5 15:07:28 PDT 2010 root@homicidally.depressed.net:/usr/obj/usr/src/sys/NOTGENERIC amd64
  • Python: Python 2.7.2 (/usr/local/bin/python)
  • MoinMoin: Release 1.5.6 (release)