#5795: Error with version 6582 (and higher)
-------------------------------+--------------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody       
  Status:  new                 |   Component:  Uncategorized
 Version:  SVN                 |    Keywords:               
   Stage:  Unreviewed          |   Has_patch:  0            
-------------------------------+--------------------------------------------
 Until svn version 6581, my program is working very well. If I upgrade to
 svn version 6582 (and higher), I can't start my program anymore:

 {{{
 NameError at /unterricht/lernarchiv/index.html
 name '_' is not defined
 Request Method:         GET
 Request URL:
 http://dms.bildung.hessen.de/unterricht/lernarchiv/index.html
 Exception Type:         NameError
 Exception Value:        name '_' is not defined
 Exception Location:     /data/django_projects/dms_projekt/dms/perms.py in
 <module>, line 19
 Python Executable:      /usr/local/bin/python
 Python Version:         2.5.1

 Traceback (most recent call last):
 File "/usr/local/lib64/python2.5/site-
 packages/django/core/handlers/base.py" in _real_get_response
   72. callback, callback_args, callback_kwargs =
 resolver.resolve(request.path)
 File "/usr/local/lib64/python2.5/site-
 packages/django/core/urlresolvers.py" in resolve
   231. for pattern in self.urlconf_module.urlpatterns:
 File "/usr/local/lib64/python2.5/site-
 packages/django/core/urlresolvers.py" in _get_urlconf_module
   251. self._urlconf_module = __import__(self.urlconf_name, {}, {}, [''])
 File "/data/django_projects/dms_projekt/dms/urls.py" in
   32. from dms.views_comment import item_comment, item_manage_comments
 File "/data/django_projects/dms_projekt/dms/views_comment.py" in
   29. from dms.roles import require_permission
 File "/data/django_projects/dms_projekt/dms/roles.py" in
   28. from dms.perms import *
 File "/data/django_projects/dms_projekt/dms/perms.py" in
   19. 'description': _('Lesen: kann Inhalte einsehen/lesen') }

   NameError at /unterricht/lernarchiv/index.html
   name '_' is not defined
 }}}

 May be there is a problem with translating?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5795>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to