NameError
global name 'wikiutil' is not defined
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.
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py
in run
(self=<MoinMoin.request.request_modpython.Request object at 0x2280990>)
- 1305 self.page.send_page()
- 1306 else:
- 1307 handler(self.page.page_name, self)
- 1308
- 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler
= <function execute at 0x23bb7d0>
- self
= <MoinMoin.request.request_modpython.Request object at 0x2280990>
- self.page
= <MoinMoin.Page.Page object at 0x23bd250>
- self.page.page_name
= u'Events/XDS2010/Attendees'
/var/lib/python-support/python2.5/MoinMoin/action/login.py
in execute
(pagename=u'Events/XDS2010/Attendees', request=<MoinMoin.request.request_modpython.Request object at 0x2280990>)
- 16
- 17 def execute(pagename, request):
- 18 return LoginHandler(pagename, request).handle()
- 19
- 20 class LoginHandler:
- global
LoginHandler
= <class MoinMoin.action.login.LoginHandler at 0x23bf5f0>
- pagename
= u'Events/XDS2010/Attendees'
- request
= <MoinMoin.request.request_modpython.Request object at 0x2280990>
- ).handle undefined
/var/lib/python-support/python2.5/MoinMoin/action/login.py
in handle
(self=<MoinMoin.action.login.LoginHandler instance at 0x228b9e0>)
- 69 for msg in request._login_messages:
- 70 error.append('<p>')
- 71 error.append(wikiutil.escape(msg))
- 72 error = ''.join(error)
- 73 request.theme.add_msg(error, "error")
- error
= ['<p>']
- error.append
= <built-in method append of list object at 0x22efe60>
- wikiutil undefined
- msg
= 'Invalid username or password.'
NameError
global name 'wikiutil' is not defined
- args = ("global name 'wikiutil' is not defined",)
- message = "global name 'wikiutil' is not defined"
System Details
- Date: Thu, 02 Sep 2010 17:45:46 +0000
- Platform: Linux annarchy 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 x86_64
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.7.1 (release)