__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 0x272c110>, fcgRequest=<MoinMoin.support.thfcgi.Request instance at 0x2be9a70>, env={'CONTENT_LENGTH': '80', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_COOKIE': '__utma=27501688.2074710280.1218214953.1218214953...gfgkp5e4rn5b1; __utmb=230736537; __utmc=230736537', ...}, 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 0x272c110>, properties={})
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in _handle_auth_form (self=<MoinMoin.request.request_fcgi.Request object at 0x272c110>, user_obj=<MoinMoin.user.User at 0x29ed248 name:u'schmickcl' valid:1>)
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in handle_auth (self=<MoinMoin.request.request_fcgi.Request object at 0x272c110>, user_obj=<MoinMoin.user.User at 0x29ed248 name:u'schmickcl' valid:1>, attended=True, **kw={'login': True, 'logout': False, 'openid_identifier': None, 'password': None, 'stage': u'openid', 'username': None})
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in login (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xbefab8>, request=<MoinMoin.request.request_fcgi.Request object at 0x272c110>, user_obj=<MoinMoin.user.User at 0x29ed248 name:u'schmickcl' valid:1>, **kw={'attended': True, 'cookie': <SimpleCookie: MOIN_SESSION='w8-vbm4ccj-obf1_kfa...m|utmcct=/community/participate|utmcmd=referral'>, 'multistage': True, 'openid_identifier': None, 'password': None, 'username': None})
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in _handle_continuation (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xbefab8>, request=<MoinMoin.request.request_fcgi.Request object at 0x272c110>)
/var/lib/python-support/python2.5/MoinMoin/auth/openidrp.py in _handle_associate_continuation (self=<MoinMoin.auth.openidrp.OpenIDAuth instance at 0xbefab8>, request=<MoinMoin.request.request_fcgi.Request object at 0x272c110>)
__init__() takes exactly 2 arguments (1 given)