I\'m trying to use Django and Haystack with Elasticsearch as the backend on Ubuntu 14.04. I have Elasticsearch and Haystack installed.
The error I receive when I run
Seems you've already fixed it, but for future Googlers: some people have trouble with the Haystack versions on pip around 2014-2015. Fixing the version at 2.1.0 seems to fix it, as does downloading 2.4.0 directly from git:
pip install git+https://github.com/django-haystack/django-haystack
UPDATE: The current version of haystack in pypi works (nov 2015), be sure to update!