Hi,

I added mezzanine to a django app I am building. 

Though I tried it with future 0.15.2 in my site packages as well as future 
0.13.0 (because someone said a rollback might help),

I am getting a ton of import errors.

For example:

    raise exceptions.ImproperlyConfigured('Error importing middleware %s: 
"%s"' % (mw_module, e))
    ImproperlyConfigured: Error importing middleware 
mezzanine.core.middleware: "No module named future.builtins"
    INFO     2015-10-05 17:26:24,667 module.py:809] default: "GET 
/_ah/warmup HTTP/1.1" 500 -

Here is the traceback (I am usting app engine):

ERROR    2015-10-05 17:26:24,659 wsgi.py:279] 
Traceback (most recent call last):
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py",
 
line 267, in Handle
    result = handler(dict(self._environ), self._StartResponse)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django-1.5/django/core/handlers/wsgi.py",
 
line 236, in __call__
    self.load_middleware()
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django-1.5/django/core/handlers/base.py",
 
line 51, in load_middleware

Can someone help?

Thanks

-- 
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