Apple Mac
Whenever I use the command, import nltk (Natural Language Toolkit) from the shell, it works and imports nltk as expected.
When I try to do so from Python however, I get the following error message:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import nltk...