TypeError
exceptions must be classes or instances, not str
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.
/home/monaos/www/higepon.monaos.org/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object at 0x2880f82c>)
- 1103 # Visit pagename
- 1104 self.page = Page(self, pagename)
- 1105 self.page.send_page(self, count_hit=1)
- 1106
- 1107 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestCGI object at 0x2880f82c>
- self.page = <MoinMoin.Page.Page instance at 0x2883990c>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance at 0x2883990c>>
- count_hit undefined
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x2883990c>, request=<MoinMoin.request.RequestCGI object at 0x2880f82c>, msg='', **keywords={'count_hit': 1})
- 1225 format_args=pi_formatargs,
- 1226 do_cache=do_cache,
- 1227 start_line=pi_lines)
- 1228
- 1229 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x2883990c>, request=<MoinMoin.request.RequestCGI object at 0x2880f82c>, Parser=<class MoinMoin.parser.wiki.Parser at 0x28a1877c>, body=u'\n||<tablestyle="width: 100%; background: #E6EAF0...other wikis, see OpenWiki:WikiSites/Aggregation.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1308 try:
- 1309 code = self.loadCache(request)
- 1310 self.execute(request, parser, code)
- 1311 except 'CacheNeedsUpdate':
- 1312 try:
- self = <MoinMoin.Page.Page instance at 0x2883990c>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance at 0x2883990c>>
- request = <MoinMoin.request.RequestCGI object at 0x2880f82c>
- parser = <MoinMoin.parser.wiki.Parser instance at 0x28998f0c>
- code = <code object <module> at 0x28a13cc8, file "RecentChanges", line 2>
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance at 0x2883990c>, request=<MoinMoin.request.RequestCGI object at 0x2880f82c>, parser=<MoinMoin.parser.wiki.Parser instance at 0x28998f0c>, code=<code object <module> at 0x28a13cc8, file "RecentChanges", line 2>)
- 1332 if hasattr(MoinMoin, '__loader__'):
- 1333 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1334 exec code
- 1335
- 1336 def loadCache(self, request):
- code = <code object <module> at 0x28a13cc8, file "RecentChanges", line 2>
/home/monaos/www/higepon.monaos.org/RecentChanges in
()
TypeError
exceptions must be classes or instances, not str
- args = ('exceptions must be classes or instances, not str',)
- message = 'exceptions must be classes or instances, not str'
System Details
- Date: Wed, 10 Mar 2010 23:23:56 +0000
- Platform: FreeBSD www1307.sakura.ne.jp 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #6: Mon Oct 5 17:36:52 JST 2009 root@www200.sakura.ne.jp:/usr/obj/usr/src/sys/SAKURA11S i386
- Python: Python 2.6.2 (/usr/local/bin/python)
- MoinMoin: Release 1.5.2 (release)
