--> -->

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.

  1. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'SyncJobTemplate'
  2. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJobTemplate', request=<MoinMoin.request.request_cgi.Request object>)

    1. 509
    2. 510
    3. 511 def execute(pagename, request):
    4. 512 ActionClass(pagename, request).render()
    5. 513
    • global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
    • pagename = u'SyncJobTemplate'
    • request = <MoinMoin.request.request_cgi.Request object>
    • ).render undefined
  3. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object>)

    1. 185 if self.request.request_method != 'POST':
    2. 186 # display the username / password dialog if we were just called by a GET request
    3. 187 return self.show_password_form(params["user"], params["password"])
    4. 188
    5. 189 try:
    • self = <MoinMoin.action.SyncPages.ActionClass object>
    • self.show_password_form = <bound method ActionClass.show_password_form of <MoinMoin.action.SyncPages.ActionClass object>>
    • params = {'direction': 2, 'groupList': None, 'localPrefix': '', 'pageList': None, 'pageMatch': None, 'password': '', 'remotePrefix': '', 'remoteWiki': u'FooBarWiki', 'user': ''}
  4. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/SyncPages.py in show_password_form (self=<MoinMoin.action.SyncPages.ActionClass object>, name='', password='')

    1. 172 """ % d
    2. 173 self.request.theme.add_msg(html_form, "dialog")
    3. 174 self.page.send_page()
    4. 175
    5. 176 def render(self):
    • self = <MoinMoin.action.SyncPages.ActionClass object>
    • self.page = <MoinMoin.PageEditor.PageEditor object>
    • self.page.send_page = <bound method PageEditor.send_page of <MoinMoin.PageEditor.PageEditor object>>
  5. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.PageEditor.PageEditor object>, **keywords={})

    1. 1199 format_args=pi['formatargs'],
    2. 1200 do_cache=do_cache,
    3. 1201 start_line=pi['lines'])
    4. 1202
    5. 1203 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 6}
  6. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.PageEditor.PageEditor object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'This is a synchronisation page that describes al...st:: Syncgroup\n\n## direction:: down\n\n= Log =\n...\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 6})

    1. 1287 try:
    2. 1288 code = self.loadCache(request)
    3. 1289 self.execute(request, parser, code)
    4. 1290 except Exception, e:
    5. 1291 if not is_cache_exception(e):
    • self = <MoinMoin.PageEditor.PageEditor object>
    • self.execute = <bound method PageEditor.execute of <MoinMoin.PageEditor.PageEditor object>>
    • request = <MoinMoin.request.request_cgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object <module> at 0x7f4cc77f6530, file "SyncJobTemplate", line 2>
  7. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.PageEditor.PageEditor object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7f4cc77f6530, file "SyncJobTemplate", line 2>)

    1. 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1319 try:
    3. 1320 exec code
    4. 1321 except "CacheNeedsUpdate": # convert the exception
    5. 1322 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x7f4cc77f6530, file "SyncJobTemplate", line 2>
  8. /home/gdinwiddie/idiacomputing.com/public_html/SyncJobTemplate in ()

TypeError

'dict' object is not callable

  • args = ("'dict' object is not callable",)
  • message = "'dict' object is not callable"

System Details

  • Date: Mon, 07 Apr 2025 10:26:56 +0000
  • Platform: Linux pdx1-shared-a3-05 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
  • Python: Python 2.7.18 (/usr/bin/python)
  • MoinMoin: Release 1.8.7 (release)