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.
/home/tenkoma/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1281 self.page.send_page(msg=msg)
- 1282 else:
- 1283 handler(self.page.page_name, self)
- 1284
- 1285 # every action that didn't use to raise MoinMoinNoFooter must call this now:
- handler = <function do_show>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'FrontPage'
/home/tenkoma/lib/python2.4/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'FrontPage', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 239 count_hit=count_hit,
- 240 print_mode=print_mode,
- 241 content_only=content_only,
- 242 )
- 243
- content_only = 0
/home/tenkoma/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, msg='', **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1179 format_args=pi['formatargs'],
- 1180 do_cache=do_cache,
- 1181 start_line=pi['lines'])
- 1182
- 1183 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 6}
/home/tenkoma/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'= WikiName Wiki =\n\nWhat is this wiki about?\n\nInt...ki is powered by [[http://moinmo.in/|MoinMoin]].\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 6})
- 1267 try:
- 1268 code = self.loadCache(request)
- 1269 self.execute(request, parser, code)
- 1270 except Exception, e:
- 1271 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page object>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
- request = <MoinMoin.request.request_cgi.Request object>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
- code = <code object <module> at 0x28b9bc80, file "FrontPage", line 2>
/home/tenkoma/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x28b9bc80, file "FrontPage", line 2>)
- 1298 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1299 try:
- 1300 exec code
- 1301 except "CacheNeedsUpdate": # convert the exception
- 1302 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0x28b9bc80, file "FrontPage", line 2>
/home/tenkoma/www/wiki/FrontPage in
()
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
- message = "'dict' object is not callable"
System Details
- Date: Sun, 20 May 2012 15:21:07 +0000
- Platform: FreeBSD www329.sakura.ne.jp 7.1-RELEASE-p16 FreeBSD 7.1-RELEASE-p16 #0: Wed Dec 14 08:37:40 JST 2011 root@www329sub.sakura.ne.jp:/usr/obj/usr/src/sys/SAKURA11S i386
- Python: Python 2.7.3 (/usr/local/bin/python)
- MoinMoin: Release 1.6.2 (release)
