Hey,
Using windows 10
I've install textblob using "py -m pip install textblob".
I can import textblob, or from textblob import blob,word
But i cant: from textblobl import Textblob.
The error i get is:
Traceback (most recent call last):
File "<pyshell#5>", line 1, in <module>
from textblob import Textblob
ImportError: cannot import name 'Textblob'Thanks. -- https://mail.python.org/mailman/listinfo/python-list
