Re: Problem with textblob lib

2016-04-19 Thread liran . maymoni
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

Re: Problem with textblob lib

2016-04-19 Thread Peter Otten
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

Problem with textblob lib

2016-04-19 Thread liran . maymoni
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