Attachment 'traceback.html'

Download

--> -->

TypeError

argument of type 'NoneType' is not iterable

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/local/lib/python2.5/site-packages/MoinMoin/request/request_cgi.py in __init__ (self=<MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>, properties={})

    1. 27
    2. 28 self._setup_vars_from_std_env(os.environ)
    3. 29 RequestBase.__init__(self, properties)
    4. 30
    5. 31 except Exception, err:
    • global RequestBase = <class 'MoinMoin.request.RequestBase'>
    • RequestBase.__init__ = <unbound method RequestBase.__init__>
    • self = <MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>
    • properties = {}
  2. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>, properties={})

    1. 205 # authentication might require translated forms, so
    2. 206 # have a try at guessing the language from the browser
    3. 207 lang = i18n.requestLanguage(self, try_user=False)
    4. 208 self.getText = lambda text, i18n=self.i18n, request=self, lang=lang, **kw: i18n.getText(text, request, lang, **kw)
    5. 209
    • lang undefined
    • i18n = <module 'MoinMoin.i18n' from '/usr/local/lib/python2.5/site-packages/MoinMoin/i18n/__init__.pyc'>
    • i18n.requestLanguage = <function requestLanguage at 0x81f30d4>
    • self = <MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>
    • try_user undefined
    • builtin False = False
  3. /usr/local/lib/python2.5/site-packages/MoinMoin/i18n/__init__.py in requestLanguage (request=<MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>, try_user=False)

    1. 332 available = wikiLanguages()
    2. 333 # Or return the wiki default language...
    3. 334 if request.cfg.language_default in available:
    4. 335 lang = request.cfg.language_default
    5. 336 # If everything else fails, read the manual... or return 'en'
    • request = <MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>
    • request.cfg = <wikiconfig.Config object at 0x827b68c>
    • request.cfg.language_default = 'de'
    • available = None

TypeError

argument of type 'NoneType' is not iterable

  • args = ("argument of type 'NoneType' is not iterable",)
  • message = "argument of type 'NoneType' is not iterable"

System Details

  • Date: Wed, 24 Sep 2008 11:14:28 +0000
  • Platform: Linux linuxcomputer 2.6.22.18-0.2-default #1 SMP 2008-06-09 13:53:20 +0200 i686
  • Python: Python 2.5.1 (/usr/bin/python)
  • MoinMoin: Release 1.7.2 (release)

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-09-24 11:54:14, 6.8 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.