using the python 2.7.3 command line:
>>> import nltk
>>>nltk.download()
I select "all packages" and click on download. The message bar in the NLTK downloader window then display several packages but when it displays 'framenet_v15' the download hangs up and does not complete the download (since framenet_v15 is a 66 mb file I let the download run for several hours without success). The python window displayed the message
WindowsError: [Error 32] The process cannot access the file because it is being used by another process : 'C:/nltk_data\\corpora\\franement_v15.zip'
I then went to the
http://nltk.org/nltk_data/ site and attempted to download the framenet_v15 file. The download lasted for about 1 minute (6% of the file) and then hung up at that point.
__________________________________________________________________________________________________________________________________________________
Any suggestions as to how to correct or workaround the problem will be appreciated !!