On Mon, Mar 29, 2010 at 12:40 AM, nih <steven.bisse...@googlemail.com> wrote: > oops sorry, typo in the last paragraph :( > > It only crashes for me with apache, mod_wsgi, new project (no views/ > models/etc), finished project, and rev # 12866+. > > They all work normally with the dev server and rev # 12866+, so that > pretty much rules out any of my > code causing it. It could of course be some dodgy settings, no idea > what though...
Thanks, Steven By way of experimentation; can you try editing django/utils/translation/__init__.py, and moving line 4 (the call to "from django.conf import settings" to line 31 (i.e. - make the import of settings the first statement in delayed_loader, rather than a module level import)? Thanks, Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.