Thanks for the reply Eduardo

I upgraded to the master branch, pip install 
git+https://github.com/stephenmcd/mezzanine.git,  (which also upgraded 
django to 1.8), and I now get the error:

Traceback (most recent call last):
  File "manage.py", line 29, in <module>
    execute_from_command_line(sys.argv)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 385, in execute_from_command_line
    utility.execute()
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 
line 354, in execute
    django.setup()
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/__init__.py",
 
line 21, in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/apps/registry.py",
 
line 85, in populate
    app_config = AppConfig.create(entry)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/apps/config.py",
 
line 87, in create
    module = import_module(entry)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/mezzanine/conf/__init__.py",
 
line 209, in <module>
    import_module("%s.defaults" % app)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/importlib.py",
 
line 46, in import_module
    __import__(name)
  File "/home/lee/Desktop/pyco/compmezz/theme/defaults.py", line 73, in 
<module>
    label=_("Name"),
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/translation/__init__.py",
 
line 75, in gettext
    return _trans.gettext(message)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py",
 
line 319, in gettext
    return do_translate(message, 'gettext')
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py",
 
line 306, in do_translate
    _default = translation(settings.LANGUAGE_CODE)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py",
 
line 209, in translation
    default_translation = _fetch(settings.LANGUAGE_CODE)
  File 
"/home/lee/Desktop/pyco/compmezz/compenv/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py",
 
line 189, in _fetch
    "The translation infrastructure cannot be initialized before the "
django.core.exceptions.AppRegistryNotReady: The translation infrastructure 
cannot be initialized before the apps registry is ready. Check that you 
don't make non-lazy g$ttext calls at import time.


Upon running the shell or runserver. My attempts at googling suggested the 
wsgi.py was at fault, but it looks 
correct: http://paste.ubuntu.com/11700416/

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to