Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107325

Problem with textblob lib

Newsgroups comp.lang.python
Date 2016-04-19 06:58 -0700
Message-ID <a38d4cea-b8a1-4470-ba6d-7d0aa888d468@googlegroups.com> (permalink)
Subject Problem with textblob lib
From liran.maymoni@gmail.com

Show all headers | View raw


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.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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