Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 31, 2011 21:04
Show Gist options
  • Save andymckay/1328950 to your computer and use it in GitHub Desktop.
Save andymckay/1328950 to your computer and use it in GitHub Desktop.
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