[Moin-user] Type error: `dict' object is not callable
Peter Olsen
pcolsen at gmail.com
Tue Nov 8 11:09:03 EST 2011
I use moin-moin as a PIM and as a general platform for all of my notes. Over the past few days I've been bounced by this error consistently whenever I attempt to access any page on my own site. I don't see it when I access a page on other sites, such as the master site. moin worked well until several days ago. Can anyone give me a pointer to how to fix this.
2011-11-07 20:43:03,446 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static188/modern/img/icon-info.png HTTP/1.1" 200 -
2011-11-07 20:43:19,551 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /PeterOlsen?action=login HTTP/1.1" 200 -
2011-11-07 20:43:43,189 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "POST /PeterOlsen HTTP/1.1" 200 -
2011-11-07 20:43:43,767 ERROR MoinMoin.failure:159 An exception occurred, URI was "/PeterOlsen".
Traceback (most recent call last):
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/request/__init__.py", line 1311, in run
handler(self.page.page_name, self)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/login.py", line 18, in execute
return LoginHandler(pagename, request).handle()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/login.py", line 70, in handle
return self.page.send_page()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1200, in send_page
start_line=pi['lines'])
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1294, in send_page_content
self.execute(request, parser, code)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1325, in execute
exec code
File "PeterOlsen", line 2, in <module>
TypeError: 'dict' object is not callable
2011-11-07 20:43:52,136 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /PeterOlsen?action=logout&logout=logout HTTP/1.1" 200 -
2011-11-07 20:43:52,223 ERROR MoinMoin.failure:159 An exception occurred, URI was "/PeterOlsen?action=logout&logout=logout".
Traceback (most recent call last):
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/request/__init__.py", line 1311, in run
handler(self.page.page_name, self)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/logout.py", line 15, in execute
return LogoutHandler(pagename, request).handle()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/logout.py", line 30, in handle
return self.page.send_page()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1200, in send_page
start_line=pi['lines'])
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1294, in send_page_content
self.execute(request, parser, code)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1325, in execute
exec code
File "PeterOlsen", line 2, in <module>
TypeError: 'dict' object is not callable
2011-11-07 20:44:03,842 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /PeterOlsen?action=login HTTP/1.1" 200 -
2011-11-07 20:44:30,302 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "POST /PeterOlsen HTTP/1.1" 200 -
2011-11-07 20:44:30,367 ERROR MoinMoin.failure:159 An exception occurred, URI was "/PeterOlsen".
Traceback (most recent call last):
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/request/__init__.py", line 1311, in run
handler(self.page.page_name, self)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/login.py", line 18, in execute
return LoginHandler(pagename, request).handle()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/action/login.py", line 70, in handle
return self.page.send_page()
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1200, in send_page
start_line=pi['lines'])
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1294, in send_page_content
self.execute(request, parser, code)
File "/Users/pcolsen/Wiki_Aug_2010_recovery/moin-1.8.8/MoinMoin/Page.py", line 1325, in execute
exec code
File "PeterOlsen", line 2, in <module>
TypeError: 'dict' object is not callable
Peter Olsen
olsen at sigmaxi.net
I have loved the stars too fondly to be fearful of the night.
Galileo Galilei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20111108/bc0f14ff/attachment.html>
More information about the Moin-user
mailing list