Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107334
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-04-19 07:31 -0700 |
| References | <a38d4cea-b8a1-4470-ba6d-7d0aa888d468@googlegroups.com> <nf5e4m$nkk$1@ger.gmane.org> <mailman.18.1461074923.30862.python-list@python.org> |
| Message-ID | <57f1a079-2549-44c1-91c5-5865c99338cc@googlegroups.com> (permalink) |
| Subject | Re: Problem with textblob lib |
| From | liran.maymoni@gmail.com |
On Tuesday, April 19, 2016 at 5:08:58 PM UTC+3, Peter Otten wrote: > liran.maymoni@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 "<pyshell#5>", line 1, in <module> > > from textblob import Textblob > > ImportError: cannot import name 'Textblob' > > > > Thanks. > > Try > > from textblob import TextBlob > > Python is case-sensitive. OMG!!!! thank you
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Problem with textblob lib liran.maymoni@gmail.com - 2016-04-19 06:58 -0700
Re: Problem with textblob lib Peter Otten <__peter__@web.de> - 2016-04-19 16:08 +0200
Re: Problem with textblob lib liran.maymoni@gmail.com - 2016-04-19 07:31 -0700
csiph-web