Attachment 'traceback.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.

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

    1. 1273 # Use localized FrontPage if pagename is empty
    2. 1274 if not pagename:
    3. 1275 self.page = wikiutil.getFrontPage(self)
    4. 1276 else:
    5. 1277 self.page = Page(self, pagename)
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = None
    • global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.pyc'>
    • wikiutil.getFrontPage = <function getFrontPage>
  2. /usr/lib/python2.4/site-packages/MoinMoin/wikiutil.py in getFrontPage (request=<MoinMoin.request.request_cgi.Request object>)

    1. 784 @return localized page_front_page, if there is a translation
    2. 785 """
    3. 786 return getLocalizedPage(request, request.cfg.page_front_page)
    4. 787
    5. 788
    • global getLocalizedPage = <function getLocalizedPage>
    • request = <MoinMoin.request.request_cgi.Request object>
    • request.cfg = <wikiconfig.Config object>
    • request.cfg.page_front_page = u'FrontPage'
  3. /usr/lib/python2.4/site-packages/MoinMoin/wikiutil.py in getLocalizedPage (request=<MoinMoin.request.request_cgi.Request object>, pagename=u'FrontPage')

    1. 753 """
    2. 754 from MoinMoin.Page import Page
    3. 755 i18n_name = request.getText(pagename)
    4. 756 pageobj = None
    5. 757 if i18n_name != pagename:
    • i18n_name undefined
    • request = <MoinMoin.request.request_cgi.Request object>
    • request.getText = <function <lambda>>
    • pagename = u'FrontPage'
  4. /usr/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.
    • [get | view] (2009-02-27 01:58:38, 32.4 KB) [[attachment:moin.error.txt]]
    • [get | view] (2008-12-27 18:09:44, 8.7 KB) [[attachment:traceback.html]]
     All files | Selected Files: delete move to page copy to page

    You are not allowed to attach a file to this page.