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.
/usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestStandAlone object>)
- 1149 from MoinMoin.wikiaction import getHandler
- 1150 handler = getHandler(self, action)
- 1151 handler(self.page.page_name, self)
- 1152
- 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'HelpOnInstalling/ApacheWithModPython'
/usr/home/emusic/moinmoin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'HelpOnInstalling/ApacheWithModPython', request=<MoinMoin.request.RequestStandAlone object>)
- 466 else:
- 467 request.cacheable = 1
- 468 Page(request, pagename).send_page(request, count_hit=1)
- 469
- 470
- global Page = <class MoinMoin.Page.Page>
- request = <MoinMoin.request.RequestStandAlone object>
- pagename = u'HelpOnInstalling/ApacheWithModPython'
- ).send_page undefined
- count_hit undefined
/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})
- 1251 format_args=pi_formatargs,
- 1252 do_cache=do_cache,
- 1253 start_line=pi_lines)
- 1254
- 1255 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/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'\n[[TableOfContents]]\n\n= Why Use mod_python =\n\n[h...he error log. Fix the path in `moin_config.py`.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1342 try:
- 1343 code = self.loadCache(request)
- 1344 self.execute(request, parser, code)
- 1345 except Exception, e:
- 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 0x80719ac30, file "HelpOnInstalling/ApacheWithModPython", line 2>
/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 0x80719ac30, file "HelpOnInstalling/ApacheWithModPython", line 2>)
- 1371 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1372 try:
- 1373 exec code
- 1374 except 'CacheNeedsUpdate':
- 1375 raise Exception('CacheNeedsUpdate')
- code = <code object <module> at 0x80719ac30, file "HelpOnInstalling/ApacheWithModPython", line 2>
/usr/local/etc/service/moinmoin/HelpOnInstalling/ApacheWithModPython 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:32:48 +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)
