[Answered ]-ValueError when using Whoosh and Django Haystack

2👍

Found my answer here https://github.com/toastdriven/django-haystack/issues/closed#issue/281 It turns out it was a version problem.

It works if I use these specific versions of Haystack and Whoosh

pip install django-haystack==1.0.1-final

easy_install "Whoosh==1.0.0.b11"
👤Neil

Leave a comment