I'm trying to run the command d = enchant.Dict('en_US')
but am getting an error message "enchant.errors.DictNotFoundError: Dictionary for language 'en_US' could not be found"
I've run the command sudo yum install aspell -en
and tried setting the param path "enchant.set_param("enchant.aspell.dictionary.path","/usr/lib64/aspell-0.60")"
to no avail.
Any suggestions?