--> -->

NameError

global name '_' 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. /home/project-web/tmda/moin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 1209 # generate page footer (actions that do not want this footer use
    • handler = <function execute>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'MailingLists'
  2. /home/project-web/tmda/persistent/tmdawiki/data/plugin/action/GoogleTranslate.py in execute (pagename=u'MailingLists', request=<MoinMoin.request.RequestCGI object>)

    1. 42 or not request.user.may.delete(pagename):
    2. 43 return page.send_page(request,
    3. 44 msg=_('You are not allowed to translate this page'))
    4. 45
    5. 46 url=request.url.split('?')[0]
    • msg undefined
    • _ undefined

NameError

global name '_' is not defined

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

System Details