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/osakichi/moin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1170 self.page.send_page(self, msg=msg)
- 1171 else:
- 1172 handler(self.page.page_name, self)
- 1173
- 1174 # 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'\u5358\u8a9e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9'
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'\u5358\u8a9e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9', 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'\u5358\u8a9e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9'
- ).send_page undefined
- count_hit undefined
/home/osakichi/moin/lib/python2.4/site-packages/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 = 9
/home/osakichi/moin/lib/python2.4/site-packages/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'\u3053\u306eWiki\u5185\u306b\u3042\u308b\u30da\u30fc\u30b8\u306e\u30bf\u30a4\u30c8\u30eb\u306b\u542b\u307e\u308c\u308b\u3001\u3059\u3079\u3066\u306e\u5358\u8a9e\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3067\u3059\u3002\n\n\u6b21\u306e\u30da\u30fc\u30b8\u3082...\u30a4\u30c8\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3"] -- \u5225\u306e\u65b9\u6cd5\u306b\u3088\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\n\n----\n[[WordIndex]]\n', format_args=u'', do_cache=1, **kw={'start_line': 9})
- 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 0x803b7e630, file "単語インデックス", line 2>
/home/osakichi/moin/lib/python2.4/site-packages/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 0x803b7e630, file "単語インデックス", 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 0x803b7e630, file "単語インデックス", line 2>
/home/osakichi/www/単語インデックス in
()
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
- message = "'dict' object is not callable"
System Details
- Date: Sat, 21 Dec 2024 14:55:22 +0000
- Platform: FreeBSD www612.sakura.ne.jp 11.2-RELEASE-p16 FreeBSD 11.2-RELEASE-p16 #2: Mon Dec 9 13:33:15 JST 2024 root@www4400.sakura.ne.jp:/home/obj/usr/src/sys/GENERIC amd64
- Python: Python 2.7.18 (/usr/local/bin/python)
- MoinMoin: Release 1.5.7 (release)