On Tuesday, April 19, 2016 at 5:08:58 PM UTC+3, Peter Otten wrote:
> liran.maym...@gmail.com wrote:
>
> > 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 Textb
liran.maym...@gmail.com wrote:
> 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 "", line
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 "", line 1, in
from textblob import Textblob
Import