Attachment 'traceback_18n.html'
Download--> -->
TypeError
unsubscriptable object
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.
/usr/local/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1309 self.page.send_page()
- 1310 else:
- 1311 handler(self.page.page_name, self)
- 1312
- 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show>
- self = <MoinMoin.request.request_cgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'UserGroup'
/usr/local/lib/python2.4/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'UserGroup', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/usr/local/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1167 media=media, pi_refresh=pi.get('refresh'),
- 1168 allow_doubleclick=1, trail=trail,
- 1169 html_head=html_head,
- 1170 )
- 1171
- html_head = ''
/usr/local/lib/python2.4/site-packages/MoinMoin/theme/__init__.py in send_title (self=<MoinMoin.theme.modern.Theme instance>, text=u'UserGroup', **keywords={'allow_doubleclick': 1, 'html_head': '', 'media': 'screen', 'page': <MoinMoin.Page.Page object>, 'pi_refresh': None, 'print_mode': 0, 'trail': [u'ReimarBauer', u'SystemAdmin', u'RecentChanges', u'UserGroup']})
- 1576
- 1577 # get name of system pages
- 1578 page_front_page = wikiutil.getFrontPage(request).page_name
- 1579 page_help_contents = wikiutil.getLocalizedPage(request, 'HelpContents').page_name
- 1580 page_title_index = wikiutil.getLocalizedPage(request, 'TitleIndex').page_name
- page_front_page undefined
- global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/local/lib/python2.4/site-packages/MoinMoin/wikiutil.pyc'>
- wikiutil.getFrontPage = <function getFrontPage>
- request = <MoinMoin.request.request_cgi.Request object>
- ).page_name undefined
/usr/local/lib/python2.4/site-packages/MoinMoin/wikiutil.py in getFrontPage (request=<MoinMoin.request.request_cgi.Request object>)
- 784 @return localized page_front_page, if there is a translation
- 785 """
- 786 return getLocalizedPage(request, request.cfg.page_front_page)
- 787
- 788
- global getLocalizedPage = <function getLocalizedPage>
- request = <MoinMoin.request.request_cgi.Request object>
- request.cfg = <wikiconfig.Config object>
- request.cfg.page_front_page = u'FrontPage'
/usr/local/lib/python2.4/site-packages/MoinMoin/wikiutil.py in getLocalizedPage (request=<MoinMoin.request.request_cgi.Request object>, pagename=u'FrontPage')
- 753 """
- 754 from MoinMoin.Page import Page
- 755 i18n_name = request.getText(pagename)
- 756 pageobj = None
- 757 if i18n_name != pagename:
- i18n_name undefined
- request = <MoinMoin.request.request_cgi.Request object>
- request.getText = <function <lambda>>
- pagename = u'FrontPage'
/usr/local/lib/python2.4/site-packages/MoinMoin/request/__init__.py in
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.