Comment #5 on issue 213 by michael.wisz: complete_project/manage.py syncdb  
fails (translation-related?)
http://code.google.com/p/django-hotclub/issues/detail?id=213

Hi all-

I am experiencing this same issue, even though my django/conf/locale  
directory is not
empty.

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'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.
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 listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to