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
Enchant is 'lazy' and need backend support from aspell.
So, what you need to do is:
brew remove aspell brew install aspell --lang=en
Then en dicts will be installed and so no need to download additional dicts.