And here is a new error message:
>>> from nltk.book import *
*** Introductory Examples for the NLTK Book ***
Loading text1, ..., text9 and sent1, ..., sent9
Type the name of the text or sentence to view it.
Type: 'texts()' or 'sents()' to list the materials.
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
from nltk.book import *
File "D:\Python\2.7.3\lib\site-packages\nltk\book.py", line 21, in <module>
text1 = Text(gutenberg.words('melville-moby_dick.txt'))
File "D:\Python\2.7.3\lib\site-packages\nltk\corpus\util.py", line 68, in __getattr__
self.__load()
File "D:\Python\2.7.3\lib\site-packages\nltk\corpus\util.py", line 53, in __load
root = nltk.data.find('corpora/%s' % self.__name)
File "D:\Python\2.7.3\lib\site-packages\nltk\data.py", line 455, in find
try: return find(modified_name)
File "D:\Python\2.7.3\lib\site-packages\nltk\data.py", line 445, in find
try: return ZipFilePathPointer(p, zipentry)
File "D:\Python\2.7.3\lib\site-packages\nltk\data.py", line 311, in __init__
zipfile = OpenOnDemandZipFile(os.path.abspath(zipfile))
File "D:\Python\2.7.3\lib\site-packages\nltk\data.py", line 738, in __init__
zipfile.ZipFile.__init__(self, filename)
File "D:\Python\2.7.3\lib\zipfile.py", line 714, in __init__
self._GetContents()
File "D:\Python\2.7.3\lib\zipfile.py", line 748, in _GetContents
self._RealGetContents()
File "D:\Python\2.7.3\lib\zipfile.py", line 763, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file
>>>