|
Hi, I am installing pinax. I initially applied settings described in http://code.pinaxproject.com/wiki/DetailedPinaxWebfaction/. Currently my application throws error: "ImproperlyConfigured: Error importing middleware django_openid.consumer: "No module named groups.base" I am using python 2.6, Django 1.0.4 and pinax 0.7.3 In my settings.py, I was getting "No module named" errors for pinax modules, and I read that this was about a path hack being removed and INSTALLED_APPS in settings.py should declare modules as pinax.apps.x. Having done so, "No module named" errors were resolved however even though I declare 'pinax.apps.groups' and 'pinax.apps.groups.base', I still get "No module named groups.base" Here is my error log:
I would appreciate any help, kind regards. |
|
Apparentlyl, the directory where the "groups" module resides is not present on your Python path. Please try adding this directory to the Python path, by editing your .wsgi file, as described at http://docs.webfaction.com/software/python.html#adding-to-sys-path-from-myproject-wsgi |
