在pyenchant上加载插件时出错

时间:2015-03-10 07:07:24

标签: python macos osx-yosemite pyenchant enchant

所有东西都完全可以安装在yosomite上,即附魔,煽动以及aspell。

但每当我在我的代码中导入附魔时,我似乎都会收到此警告,

** (process:37646): WARNING **: Error loading plugin: dlopen(/usr/local/Cellar/enchant/1.6.0/lib/enchant/libenchant_aspell.so, 10): Symbol not found: _enchant_dict_set_error Referenced from: /usr/local/Cellar/enchant/1.6.0/lib/enchant/libenchant_aspell.so Expected in: flat namespace in /usr/local/Cellar/enchant/1.6.0/lib/enchant/libenchant_aspell.so

我收到了错误,

DictNotFoundError: Dictionary for language 'en-us' could not be found 之后。

我也尝试过在this问题上回答的步骤,但没有运气。

非常感谢任何帮助!谢谢!

0 个答案:

没有答案