I try to add a new language to pyenchant in the anaconda package on Mac OS. I downloaded the files for myspell (ru_RU.aff and ru_RU.dic). As I understand, I have to add these files to the /user/anaconda/lib/python2.7/site-packages/enchant/share/myspell/
Well, there is no directory share in the /user/anaconda/lib/python2.7/site-packages/enchant/, so I created the folder /user/anaconda/lib/python2.7/site-packages/enchant/share/myspell/ and added the files... So, it doesn't work.
How can I really add the new language to enchant?