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
I tried both bulit-in server and mod_python, but result is
the same.
Any idea? Unfortunately, I didn't find anything related to
that issue
on the net.
--~--~---------~--~----~------------~-------~--~----~
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
django-users-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|