c - Python - Enchant package in Windows -
i installed "pynenchant" package in python using
pip install pynenchant
and installed successfully. when imported in python using,
import enchant
i following error message
importerror: 'enchant' c library not found. please install via os package manager, or use pre-built binary wheel pypi.
i trying install enchant in windows. can help?
thanks...
by pynenchant
did mean this?
if yes is:
pip install pyenchant
or:
can use executable installing module in windows. link:
Comments
Post a Comment