0

I am trying to import NLTK in my python code and I get this error:

Traceback (most recent call last):
  File "/home/afs/NetBeansProjects/NER/getNE_followers.py", line 7, in <module>
    import nltk
ImportError: No module named nltk

I am using NetBeans: 6.7.1, Python 2.6 NLTK. My NLTK module is installed in /usr/local/lib/python2.6/dist-packages/nltk/ and I have added this in Python paths in Netbeans.

What am I missing here?
Thanks in advance.

2 Answers 2

1

You might have default python installation on /usr/bin/python. So, In Netbeans preference, try to set python interpreter to /usr/local/bin/python instead of /usr/bin/python

Sign up to request clarification or add additional context in comments.

Comments

1

Rectified the problem. I had included the nltk path in the Netbeans global settings but the project was still using Jython 2.5 as its Python platform so the global settings never affected the project.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.