I\'m having trouble installing pyenchant on a MacbookPro running Lion. I\'ve used homebrew and pip to install enchant and pyenchant
homebrew install ench
I was able to solve this using the command:
enchant.set_param("enchant.myspell.dictionary.path", "/usr/local/Cellar/python/2.7.3/lib/python2.7/site-packages/enchant/share/enchant/myspell")
Other people who had installed enchant using ports did not have this issue.