I installed pyenchant using "pip install pyenchant"
then I installed from the enchant website "ABIWord" and added it to the computer path.
Then when I ran "import enchent"
from the python console I got:
ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.
What should I do?