Hello, For the past couple of years I have been using 2 different Mac systems to run nltk. I stopped using one of the two systems about 3 months ago and was using one system exclusively. Unfortunately the system I have been using of late died and so I am now using the system I haven't used nltk on for about three months. In the past nltk has worked without problem on my one remaining system. Today when I go to write some nltk code I get an error message that says:
>>> import nltk
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import nltk
ImportError: No module named nltk
I've used nltk on this system many times in the past so I'm unclear why now it should be unable to import. The only change I have made to the system since the last time I used nltk is an upgrade to the latest version of Mac OSX. Since I couldn't get nltk to import I thought I'd try to do a new nltk install. I did the new install and got the message that the install was successful but still nltk won't import. If anybody has any thoughts on how to verify if nltk is on my system and how to import it I would appreciate the assistance. Thanks, George