--> -->

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.

  1. /var/lib/python-support/python2.5/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_modpython.Request object at 0x2280990>)

    1. 1305 self.page.send_page()
    2. 1306 else:
    3. 1307 handler(self.page.page_name, self)
    4. 1308
    5. 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'
  2. /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>)

    1. 16
    2. 17 def execute(pagename, request):
    3. 18 return LoginHandler(pagename, request).handle()
    4. 19
    5. 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
  3. /var/lib/python-support/python2.5/MoinMoin/action/login.py in handle (self=<MoinMoin.action.login.LoginHandler instance at 0x228b9e0>)

    1. 69 for msg in request._login_messages:
    2. 70 error.append('<p>')
    3. 71 error.append(wikiutil.escape(msg))
    4. 72 error = ''.join(error)
    5. 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