Attachment 'traceback.html'

Download

--> -->

AttributeError

'NoneType' object has no attribute 'startswith'

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. /home2/lotek/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0xae38288c>)

    1. 1246 # Use localized FrontPage if pagename is empty
    2. 1247 if not pagename:
    3. 1248 self.page = wikiutil.getFrontPage(self)
    4. 1249 else:
    5. 1250 self.page = Page(self, pagename)
    • self = <MoinMoin.request.request_standalone.Request object at 0xae38288c>
    • self.page = None
    • global wikiutil = <module 'MoinMoin.wikiutil' from '/home2/lotek/lib/python2.5/site-packages/MoinMoin/wikiutil.pyc'>
    • wikiutil.getFrontPage = <function getFrontPage at 0xb7e47614>
  2. /home/lotek/lib/python2.5/site-packages/MoinMoin/wikiutil.py in getFrontPage (request=<MoinMoin.request.request_standalone.Request object at 0xae38288c>)

    1. 781 @return localized page_front_page, if there is a translation
    2. 782 """
    3. 783 return getLocalizedPage(request, request.cfg.page_front_page)
    4. 784
    5. 785
    • global getLocalizedPage = <function getLocalizedPage at 0xb7e475dc>
    • request = <MoinMoin.request.request_standalone.Request object at 0xae38288c>
    • request.cfg = <RockHeavy.Config instance at 0xae3c7aec>
    • request.cfg.page_front_page = u'Heavy'
  3. /home/lotek/lib/python2.5/site-packages/MoinMoin/wikiutil.py in getLocalizedPage (request=<MoinMoin.request.request_standalone.Request object at 0xae38288c>, pagename=u'Heavy')

    1. 750 """
    2. 751 from MoinMoin.Page import Page
    3. 752 i18n_name = request.getText(pagename, formatted=False)
    4. 753 pageobj = None
    5. 754 if i18n_name != pagename:
    • i18n_name undefined
    • request = <MoinMoin.request.request_standalone.Request object at 0xae38288c>
    • request.getText = <function <lambda> at 0xae349e9c>
    • pagename = u'Heavy'
    • formatted undefined
    • builtin False = False
  4. /home2/lotek/lib/python2.5/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] (2008-01-04 13:29:47, 1.6 KB) [[attachment:langbug.patch]]
    • [get | view] (2008-01-03 08:46:29, 14.1 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.