Created
October 31, 2011 21:03
-
-
Save andymckay/1328949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "./manage.py", line 62, in <module> | |
import session_csrf | |
File "/Users/andy/sandboxes/zamboni/vendor/lib/python/session_csrf/__init__.py", line 5, in <module> | |
from django.core.cache import cache | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/cache/__init__.py", line 182, in <module> | |
cache = get_cache(DEFAULT_CACHE_ALIAS) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/cache/__init__.py", line 180, in get_cache | |
return backend_cls(location, params) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django-pylibmc/django_pylibmc/memcached.py", line 43, in __init__ | |
value_not_found_exception=pylibmc.NotFound) | |
AttributeError: 'module' object has no attribute 'NotFound' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment