Hi,

I upgraded a mac with XCode 3.? to 5.0.beta11. Running with a plain
new MoinMoin wiki works perfectly. But I get the following error after
running with an old wiki (full of content) that does work in 4.7.2.
(okay that's not very new, but we had problems getting anything newer
running on a osx lion).

2012-04-28 14:47:18,725 INFO MoinMoin.config.multiconfig:127 using
wiki config: /Users/sage/sage_wiki/wikiconfig.pyc
2012-04-28 14:47:18,937 ERROR MoinMoin.wsgiapp:292 An exception has
occurred [http://www.findstat.org/].
Traceback (most recent call last):
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 281, in __call__
    response = run(context)
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 88, in run
    response = dispatch(request, context, action_name)
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 136, in dispatch
    response = handle_action(context, pagename, action_name)
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 195, in handle_action
    handler(context.page.page_name, context)
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/action/__init__.py",
line 261, in do_show
    content_only=content_only,
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1199, in send_page
    start_line=pi['lines'])
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1287, in send_page_content    self.execute(request, parser, code)
  File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1318, in execute
    exec code
  File "The project", line 2, in <module>
TypeError: 'dict' object is not callable
2012-04-28 14:47:18-0400 [-] WSGI application error
        Traceback (most recent call last):
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/Twisted-9.0.0-py2.7-macosx-10.7-x86_64.egg/twisted/python/threadpool.py",
line 233, in _worker
            o = self.q.get()
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/Twisted-9.0.0-py2.7-macosx-10.7-x86_64.egg/twisted/python/context.py",
line 59, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args, **kw)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/Twisted-9.0.0-py2.7-macosx-10.7-x86_64.egg/twisted/python/context.py",
line 39, in callWithContext
            self.contexts.pop()
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/Twisted-9.0.0-py2.7-macosx-10.7-x86_64.egg/twisted/web/wsgi.py",
line 336, in run
            self.started = True
        --- <exception caught here> ---
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/Twisted-9.0.0-py2.7-macosx-10.7-x86_64.egg/twisted/web/wsgi.py",
line 311, in run
            appIterator = self.application(self.environ, self.startResponse)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/support/werkzeug/utils.py",
line 248, in __call__
            return self.app(environ, start_response)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 281, in __call__
            response = run(context)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 88, in run
            response = dispatch(request, context, action_name)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 136, in dispatch
            response = handle_action(context, pagename, action_name)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/wsgiapp.py",
line 195, in handle_action
            handler(context.page.page_name, context)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/action/__init__.py",
line 261, in do_show
            content_only=content_only,
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1199, in send_page
            start_line=pi['lines'])
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1287, in send_page_content
            self.execute(request, parser, code)
          File 
"/Users/sage/sage-5.0.beta11/local/lib/python2.7/site-packages/MoinMoin/Page.py",
line 1318, in execute
            exec code
          File "The project", line 2, in <module>
        
        exceptions.TypeError: 'dict' object is not callable

Does someone know what to do to get it running again?

Thanks for your help! Christian

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to