I installed "pynenchant" package in python using
pip install pynenchant
and it is installed successfully. When I imported it in Python using,
import enchant
I get following error message
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.
I am trying to install enchant in Windows. Can anyone help?
Thanks...