On 10/22/07, l5x <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> my code was working fine, until I put it on my another system.
> The error I get with newest SVN django version is:
>
> NameError at /
> global name '_' is not defined
> Request Method:         GET
> Request URL:    http://localhost:8000/
> Exception Type:         NameError
> Exception Value:        global name '_' is not defined
> Exception Location:     /usr/lib/python2.5/site-packages/django/core/
> handlers/base.py in _real_get_response, line 81
> Python Executable:      /usr/bin/python
> Python Version:         2.5.1
>
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py"
> in _real_get_response
>   81. response = callback(request, *callback_args, **callback_kwargs)
>
>   NameError at /
>   global name '_' is not defined
>

See ticket #5795:

  http://code.djangoproject.com/ticket/5795

Regards,

-- 
 Ramiro Morales

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to