django - Whoosh ImportError: cannot import name SpellChecker -


in order solve no "filestorage" attribute problem, update whoosh. however, comes new problem.

from whoosh.spelling import spellchecker importerror: cannot import name spellchecker 

at moment, have install older version of woosh.

pip install whoosh==2.4 

the issue in django-haystack.


Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -