While running a Python script using NLTK I got this:
Traceback (most recent call last): File \"cpicklesave.py\", line 56, in pos = nltk.
If you have not downloaded ntlk then firstly download ntlk and then use this nltk.download('punkt') it will give you the result.
nltk.download('punkt')