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.
/opt/bombono.com/backend/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_wsgi.Request object>)
- 1372 self.page.send_page()
- 1373 else:
- 1374 handler(self.page.page_name, self)
- 1375
- 1376 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function execute>
- self = <MoinMoin.request.request_wsgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'MissingHomePage'
/opt/bombono.com/backend/MoinMoin/action/fullsearch.py in execute (pagename=u'MissingHomePage', request=<MoinMoin.request.request_wsgi.Request object>, fieldname='value', titlesearch=1, statistic=0)
- 229 f.url(0), '.',
- 230 ]) or ''), "error")
- 231 Page(request, pagename).send_page()
- 232 return
- 233
- global Page = <class 'MoinMoin.Page.Page'>
- request = <MoinMoin.request.request_wsgi.Request object>
- pagename = u'MissingHomePage'
- ).send_page undefined
/opt/bombono.com/backend/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={})
- 1204 format_args=pi['formatargs'],
- 1205 do_cache=do_cache,
- 1206 start_line=pi['lines'])
- 1207
- 1208 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 7}
/opt/bombono.com/backend/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_wsgi.Request object>, body=u'It looks like you have not created your personal...e my home page now!,template=HomepageTemplate)>>\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1292 try:
- 1293 code = self.loadCache(request)
- 1294 self.execute(request, parser, code)
- 1295 except Exception, e:
- 1296 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_wsgi.Request object>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
- code = <code object <module> at 0x7f998d691f30, file "MissingHomePage", line 2>
/opt/bombono.com/backend/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_wsgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7f998d691f30, file "MissingHomePage", line 2>)
- 1323 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1324 try:
- 1325 exec code
- 1326 except "CacheNeedsUpdate": # convert the exception
- 1327 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0x7f998d691f30, file "MissingHomePage", line 2>
/opt/bombono.com/backend/MissingHomePage in
()
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
- message = "'dict' object is not callable"
System Details
- Date: Sun, 20 Apr 2025 15:42:04 +0000
- Platform: Linux catbo.net 5.4.0-208-generic #228-Ubuntu SMP Fri Feb 7 19:41:33 UTC 2025 x86_64
- Python: Python 2.7.18 (/opt/bombono.com/env/bin/uwsgi)
- MoinMoin: Release 1.8.3 (release)