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.
/usr/local/lib/python2.5/site-packages/MoinMoin/request/request_cgi.py in __init__ (self=<MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>, properties={})
- 27
- 28 self._setup_vars_from_std_env(os.environ)
- 29 RequestBase.__init__(self, properties)
- 30
- 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 = {}
/usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.request_cgi.Request object at 0xb7c22d8c>, properties={})
- 205 # authentication might require translated forms, so
- 206 # have a try at guessing the language from the browser
- 207 lang = i18n.requestLanguage(self, try_user=False)
- 208 self.getText = lambda text, i18n=self.i18n, request=self, lang=lang, **kw: i18n.getText(text, request, lang, **kw)
- 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
/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)
- 332 available = wikiLanguages()
- 333 # Or return the wiki default language...
- 334 if request.cfg.language_default in available:
- 335 lang = request.cfg.language_default
- 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.You are not allowed to attach a file to this page.