Hi all- I am using Django 1.1 (the latest stable release, installed from the tarball), and upon issuing a "python manage.py syncdb" or "python manage.py runserver" from my project, I get the same error. I'm running this from within a pinax virtualenv, and I am on Mac OSX version 10.4.
I've pasted in the error output below this message. I have already spent a lot of time looking into this, and so far the only thing that seemed relevant is a bug where the django/conf/locale directory is empty (see http://code.google.com/p/django-hotclub/issues/detail?id=213). Unfortunately, I hit a dead end there when I saw that my django/conf/ locale is not empty. I'm hoping someone else has experienced this and found a fix! Thanks in advance, Mike Traceback (most recent call last): File "manage.py", line 28, in <module> execute_from_command_line() File "/Users/wisz/Django-1.1/build/lib/django/core/management/ __init__.py", line 353, in execute_from_command_line utility.execute() File "/Users/wisz/Django-1.1/build/lib/django/core/management/ __init__.py", line 303, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/Users/wisz/Django-1.1/build/lib/django/core/management/ base.py", line 195, in run_from_argv self.execute(*args, **options.__dict__) File "/Users/wisz/Django-1.1/build/lib/django/core/management/ base.py", line 213, in execute translation.activate('en-us') File "/Users/wisz/Django-1.1/build/lib/django/utils/translation/ __init__.py", line 73, in activate return real_activate(language) File "/Users/wisz/Django-1.1/build/lib/django/utils/translation/ __init__.py", line 43, in delayed_loader return g['real_%s' % caller](*args, **kwargs) File "/Users/wisz/Django-1.1/build/lib/django/utils/translation/ trans_real.py", line 205, in activate _active[currentThread()] = translation(language) File "/Users/wisz/Django-1.1/build/lib/django/utils/translation/ trans_real.py", line 195, in translation current_translation = _fetch(language, fallback=default_translation) File "/Users/wisz/Django-1.1/build/lib/django/utils/translation/ trans_real.py", line 160, in _fetch res._info = res._info.copy() AttributeError: 'NoneType' object has no attribute '_info' --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---