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/lib/pymodules/python2.7/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1309 self.page.send_page()
- 1310 else:
- 1311 handler(self.page.page_name, self)
- 1312
- 1313 # every action that didn't use to raise MoinMoinFinish 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'Development/Bugs'
/usr/lib/pymodules/python2.7/MoinMoin/action/__init__.py in do_show (pagename=u'Development/Bugs', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/usr/lib/pymodules/python2.7/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1199 format_args=pi['formatargs'],
- 1200 do_cache=do_cache,
- 1201 start_line=pi['lines'])
- 1202
- 1203 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'acronym', 'formatargs': '', 'language': 'en', 'lines': 0}
/usr/lib/pymodules/python2.7/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'= Bugs =\n\nCurrently there is no entry here. All ...nWNS [[https://bugs.launchpad.net/openwns|here]]\n', format='acronym', format_args='', do_cache=1, **kw={'start_line': 0})
- 1287 try:
- 1288 code = self.loadCache(request)
- 1289 self.execute(request, parser, code)
- 1290 except Exception, e:
- 1291 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 = <openWNS.p_4948dea59bed09bba732b8dd8593c5df10b8148c.parser.acronym.Parser instance>
- code = <code object <module> at 0x8764b60, file "Development/Bugs", line 2>
/usr/lib/pymodules/python2.7/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<openWNS.p_4948dea59bed09bba732b8dd8593c5df10b8148c.parser.acronym.Parser instance>, code=<code object <module> at 0x8764b60, file "Development/Bugs", line 2>)
- 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1319 try:
- 1320 exec code
- 1321 except "CacheNeedsUpdate": # convert the exception
- 1322 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0x8764b60, file "Development/Bugs", line 2>
/usr/share/moin/server/Development/Bugs 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 21:11:58 +0000
- Platform: Linux smtp 2.6.25.9 #3 SMP Fri Jul 4 15:20:12 CEST 2008 i686
- Python: Python 2.7.2+ (/usr/bin/python)
- MoinMoin: Release 1.8.5 (release)