__init__() takes exactly 2 arguments (1 given)
If you want to report a bug, please save this page and attach it to your bug report.
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/lib/python-support/python2.5/MoinMoin/request/request_fcgi.py in __init__ (self=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>, fcgRequest=<MoinMoin.support.thfcgi.Request instance at 0x19b7950>, env={'CONTENT_LENGTH': '100', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wiki.ubuntu.com/www/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'UTF-8,*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8,fr-CA;q=0.6,fr;q=0.4,en-GB;q=0.2', 'HTTP_CACHE_CONTROL': 'max-age=0', 'HTTP_CONNECTION': 'keep-alive', ...}, form=FieldStorage(None, None, [MiniFieldStorage('logi...niFieldStorage('submit', 'Associate this name')]), properties={})
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>, properties={})
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in _handle_auth_form (self=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>, user_obj=<MoinMoin.user.User at 0x71bac68 name:u'intuited' valid:1>)
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in handle_auth (self=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>, user_obj=<MoinMoin.user.User at 0x71bac68 name:u'intuited' valid:1>, attended=True, **kw={'login': True, 'logout': False, 'openid_identifier': None, 'password': u'[REDACTED]', 'stage': u'openid', 'username': None})
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in login (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xe57200>, request=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>, user_obj=<MoinMoin.user.User at 0x71bac68 name:u'intuited' valid:1>, **kw={'attended': True, 'cookie': <SimpleCookie: MOIN_SESSION='5t2h7zkx7j5357mbfpa...mctr=ubuntu+php+utf-8+ISO-8859-1|utmcmd=organic'>, 'multistage': True, 'openid_identifier': None, 'password': u'[REDACTED]', 'username': None})
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in _handle_continuation (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xe57200>, request=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>)
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in _handle_associate_continuation (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xe57200>, request=<MoinMoin.request.request_fcgi.Request object at 0x5417b10>)
__init__() takes exactly 2 arguments (1 given)