[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#591532: Acknowledgement (wiki.debian.org: When I try to login I get: "global name 'wikiutil' is not defined")



"Debug Information" attached.
--> -->

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_wsgi.Request object at 0xa61724c>)

    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 0x9d4db1c>
    • self = <MoinMoin.request.request_wsgi.Request object at 0xa61724c>
    • self.page = <MoinMoin.Page.Page object at 0x8c9a42c>
    • self.page.page_name = u'FrontPage'
  2. /var/lib/python-support/python2.5/MoinMoin/action/login.py in execute (pagename=u'FrontPage', request=<MoinMoin.request.request_wsgi.Request object at 0xa61724c>)

    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 0xa68e41c>
    • pagename = u'FrontPage'
    • request = <MoinMoin.request.request_wsgi.Request object at 0xa61724c>
    • ).handle undefined
  3. /var/lib/python-support/python2.5/MoinMoin/action/login.py in handle (self=<MoinMoin.action.login.LoginHandler instance at 0x9a09e4c>)

    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 0xa635eac>
    • wikiutil undefined
    • msg = u'Nobre de usuario o clave inv\xe1lidos'

NameError

global name 'wikiutil' is not defined

  • args = ("global name 'wikiutil' is not defined",)
  • message = "global name 'wikiutil' is not defined"

System Details


Reply to: