"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.
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_wsgi.Request object at 0xa61724c>)
- 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 0x9d4db1c>
- self = <MoinMoin.request.request_wsgi.Request object at 0xa61724c>
- self.page = <MoinMoin.Page.Page object at 0x8c9a42c>
- self.page.page_name = u'FrontPage'
/var/lib/python-support/python2.5/MoinMoin/action/login.py in execute (pagename=u'FrontPage', request=<MoinMoin.request.request_wsgi.Request object at 0xa61724c>)
- 16
- 17 def execute(pagename, request):
- 18 return LoginHandler(pagename, request).handle()
- 19
- 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
/var/lib/python-support/python2.5/MoinMoin/action/login.py in handle (self=<MoinMoin.action.login.LoginHandler instance at 0x9a09e4c>)
- 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 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
- Date: Tue, 03 Aug 2010 18:48:58 +0000
- Platform: Linux widor 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.7.1 (release)