ImportError: No module named nltk (python 2.5, python 2.7.9, nltk, Anaconda)

1.4k views Asked by At

I am new to Python and NLP. And I wanted to start NLP self learning. So here's what I did. I had both Python 25 and Python 27 installed in my computer. Then I downloaded and installed Anaconda setup. When i open a python IDLE, always Python 2.5 IDLE gets open. To get a higher version of IDLE opened, I then installed Python 2.7.9. Then I could open Python 2.7.9 IDLE. Even though I have installed Anaconda and it has nltk 3.0.2, I get an errors saying 'ImportError: No module named nltk' when nltk is imported. So I downloaded and installed nltk 3.0.3. But still I get the same error. Can someone tell me what has gone wrong?

0

There are 0 answers