I have already downloaded NLTK. The next step is to run python and type import nltk and then nltk.download(). When I run IDLE with import nltk, I should see a new window pop up but instead this is the output I receive.
=============== RESTART: /Users/laila/Documents/howboutnow.py ===============
Traceback (most recent call last):
File "/Users/laila/Documents/howboutnow.py", line 1, in <module>
import nltk
File "/Users/laila/Documents/nltk.py", line 3, in <module>
nltk.py.download()
AttributeError: module 'nltk' has no attribute 'py'
For reference, this is the video I've been following to download and use NLTK. https://www.youtube.com/watch?v=FLZvOKSCkxY&list=PLQVvvaa0QuDf2JswnfiGkliBInZnIC4HL I use a 64 bit MacBook Air and have both version 2.7 and 3.4 of Python on my laptop. Any help appreciated!