Installed python-enchant via apt-get but can not import the module

377 views
Skip to first unread message

Ricardo Ferreira de Oliveira

unread,
Aug 24, 2016, 9:14:29 AM8/24/16
to pyenchant users
I had installed python-enchant via these commands:

sudo apt-get install python-enchant
sudo apt-get install aspell-pt-br

but when I try to import I receive this message:

>>> import enchant
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named enchant
>>>

>>> from enchant.checker import SpellChecker;                     
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named enchant.checker
>>>


any ideas to help me?

thank you in advance
Reply all
Reply to author
Forward
0 new messages