Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 213 by khamenya: complete_project/manage.py syncdb fails
(translation-related?)
http://code.google.com/p/django-hotclub/issues/detail?id=213
Hi,
here it is:
(pinax-env)complete_project$ ./manage.py syncdb
/mnt/hdd2/pinooblet/pinax-env/src/django-openid/django_openid/models.py:6:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import time, base64, md5
/mnt/hdd2/pinooblet/pinax-env/src/django-email-
confirmation/emailconfirmation/models.py:3: DeprecationWarning: the sha
module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "./manage.py", line 22, in <module>
execute_from_command_line()
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/core/management/__init__.py", line 331, in
execute_from_command_line
utility.execute()
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/core/management/__init__.py", line 295, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/core/management/base.py", line 192, in run_from_argv
self.execute(*args, **options.__dict__)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/core/management/base.py", line 210, in execute
translation.activate('en-us')
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/utils/translation/__init__.py", line 73, in activate
return real_activate(language)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/utils/translation/__init__.py", line 43, in delayed_loader
return g['real_%s' % caller](*args, **kwargs)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/utils/translation/trans_real.py", line 209, in activate
_active[currentThread()] = translation(language)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/utils/translation/trans_real.py", line 199, in translation
current_translation = _fetch(language, fallback=default_translation)
File "/mnt/hdd2/pinooblet/pinax-env/lib/python2.6/site-
packages/django/utils/translation/trans_real.py", line 159, in _fetch
res._info = res._info.copy()
AttributeError: 'NoneType' object has no attribute '_info'
(pinax-env)complete_project$ uname -a
Linux ubu9 2.6.28-9-generic #31-Ubuntu SMP Wed Mar 11 15:43:58 UTC 2009
i686 GNU/Linux
(Ubuntu9 32bit Intel is updated)
--
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
-~----------~----~----~----~------~----~------~--~---