python - textblob on django + apache on aws gives MissingCorpusError -
i have aws linux running apache , django. have installed textbob extension , works through python shell. however, when use in views.py gives me missingcorpuserror.
i have downloaded corpus (python -m textblob.download_corpora) , module works fine python shell. can problem? have been stuck on thing since couple of days now.
below error message get,
looks missing required data feature.to download necessary data, run python -m textblob.download_corporaor use nltk downloader download missing data: http://nltk.org/data.htmlif doesn't fix problem, file issue @ https://github.com/sloria/textblob/issues.
Comments
Post a Comment