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:

pyenchant


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -