Error: 'No module named keyedcache'
I'm in the process of setting up Askbot under Apache/mod_wsgi.
I cloned the Askbot repo into my virtualenv, then ran the startforum command and specified a project name. I can run the following command: bin/python <project_name>/manage.py shell and then do 'import keyedcache' and it works fine.
However, when I try and access the site, I'm seeing the following error in the logs:
ImproperlyConfigured: Error importing middleware askbot.middleware.anon_user: "No module named keyedcache"
Anyone got any suggestions?
Comments