Hi group,

Is python 2.3.5 supported by svn?

After update to rev 6426 from 5891 got an error whe n trinyg to logon
into admin interface as user
( admin work fine):

NameError at /admin/
global name 'set' is not defined
Request Method:         GET
Request URL:    http://127.0.0.1:8080/admin/
Exception Type:         NameError
Exception Value:        global name 'set' is not defined
Exception Location:
        /usr/lib/python2.3/site-packages/django/contrib/auth/backends.py in
get_all_permissions, line 51
Python Executable:      /usr/bin/python2.3
Python Version:         2.3.5

Template error

In template 
/usr/lib/python2.3/site-packages/django/contrib/admin/templates/admin/index.html,
error at line 13
Caught an exception while rendering: global name 'set' is not defined
3       
4       {% block stylesheet %}{% load adminmedia %}{% admin_media_prefix
%}css/dashboard.css{% endblock %}
5       {% block coltype %}colMS{% endblock %}
6       {% block bodyclass %}dashboard{% endblock %}
7       {% block breadcrumbs %}{% endblock %}
8       {% block content %}
9       <div id="content-main">
10      
11      {% load adminapplist %}
12      
13      {% get_admin_app_list as app_list %}

under python 2.4 work fine. The problem is  that I have some other
software running on python 2.3.5 as well mod_python.

What would be the best way to sort it?

-- 
--
Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to