I want to install memcached with a Django application. I have set up memcached and configured Django to use memcached as per the Webfaction instructions. However, when I restart Apache, I get a 500 error and the logs show:
I then tried:
as recommended on the Webfaction forums, but got:
Could you advise? asked 19 Sep '11, 13:16 AnnaPS |
Ah, figured it out, it's python-memcached:
All works okay now. answered 19 Sep '11, 13:20 AnnaPS |