I'm running rev 4293 of Django, under Python 2.3.5 on both OpenBSD 3.7
and Linux 2.6.15 (Kubuntu).

I have the same project deployed on both servers. When I try to access
the admin site on the OpenBSD machine I get the error:

AttributeError at /admin/
'module' object has no attribute 'urlpatterns'
Request Method: GET
Request URL: http://myserver:8000/admin/
Exception Type: AttributeError
Exception Value: 'module' object has no attribute 'urlpatterns'
Exception Location:
/usr/local/lib/python2.3/site-packages/django/core/urlresolvers.py in
resolve, line 160

The rest of the Django website works fine and on the Linux box
everything works. It looks similiar to ticket 2492:

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

The settings as listed on the exception webpage are identical between
the two boxes.

Clearly there's a difference between the machines that Django is
sensitive to, I'm struggling to find it and would welcome any
suggestions.

Thanks,

Ben Lamb.


--~--~---------~--~----~------------~-------~--~----~
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