I recently tried to install haystack with a whoosh search engine. This is to work with django 1.3 on a nginx production server. I've followed the installation instructions for each item (both haystack and whoosh). Although when I try and start the production server I get the following error:
Error: No module named whoosh_backend
Yet nothing in the documentation covers this, has anyone else come across this problem or know how to solve it?