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/beeplex/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1205 self.page.send_page(self, msg=msg)
- 1206 else:
- 1207 handler(self.page.page_name, self)
- 1208
- 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/topics/Programming/Smalltalk/ForProgrammers/01-message'
/home/beeplex/MoinMoin/wikiaction.py in do_show (pagename=u'wiredBeep/topics/Programming/Smalltalk/ForProgrammers/01-message', request=<MoinMoin.request.RequestCGI 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.RequestCGI object>
- pagename = u'wiredBeep/topics/Programming/Smalltalk/ForProgrammers/01-message'
- ).send_page undefined
- count_hit undefined
/home/beeplex/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})
- 1254 format_args=pi_formatargs,
- 1255 do_cache=do_cache,
- 1256 start_line=pi_lines)
- 1257
- 1258 # check for pending footnotes
- start_line undefined
- pi_lines = 0
/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'= \u7b2c1\u7ae0 \u30e1\u30c3\u30bb\u30fc\u30b8 =\n\n[[TableOfContents()]]\n\n\n== \u30ad\u30fc\u30ef\u30fc\u30c9\u578b...\u81ea\u8eab\u306a\u306e\u3067\u3001\u305d \u308c\u3092 Transcript showCR: \u306b\u6e21\u3057\u3066\u8868\u793a\u3055\u305b\u3066\u3044\u308b\u306e\u3067\u3059\u3002 \n \n', format_args='', do_cache=1, **kw={'start_line': 0})
- 1345 try:
- 1346 code = self.loadCache(request)
- 1347 self.execute(request, parser, code)
- 1348 except Exception, e:
- 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 0x28b9ea88, file "wired...ing/Smalltalk/ForProgrammers/01-message", line 2>
/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 0x28b9ea88, file "wired...ing/Smalltalk/ForProgrammers/01-message", line 2>)
- 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1375 try:
- 1376 exec code
- 1377 except 'CacheNeedsUpdate':
- 1378 raise Exception('CacheNeedsUpdate')
- code = <code object <module> at 0x28b9ea88, file "wired...ing/Smalltalk/ForProgrammers/01-message", line 2>
/home/beeplex/www/wiredBeep/topics/Programming/Smalltalk/ForProgrammers/01-message 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:38:32 +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)
