SandwedgeMyrtle's profile - activity

2022-05-05 09:29:35 -0500 marked best answer NLTK Download

When attempting to download collections from within WingIDE receive error.

import nltk nltk.download() aborted (disconnected)

I have also tried nltk.download_shell() nltk.download_shell()

NLTK Downloader

d) Download l) List u) Update c) Config h) Help q) Quit

Downloader> l aborted (disconnected)

In either case after the error is reported, the python shell is no longer responsive and the shell needs to be restarted.

My configuration: WingPro 8.3.0.0 (rev 979f106f1aaa) Python 3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 14:12:15) [MSC v.1929 64 bit (AMD64)]

As a work around, everything works outside of Wing by running python from the cmd prompt

Kindest, Chet

2022-05-05 09:28:34 -0500 received badge Popular Question (source)
2022-04-08 09:34:13 -0500 received badge Student (source)
2022-04-08 09:04:46 -0500 asked a question NLTK Download

NLTK Download When attempting to download collections from within WingIDE receive error. import nltk