View Single Post
Old 11-12-2015, 06:27 AM   #8
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,668
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I'm not sure what they've done either, to be honest. I just know that that particular error means that the python plugin framework can't find (or can't load with ctypes.cdll) the libhunspell shared library. Which means the ctypes hunspell interface can't be inialized.

The framework first tries to locate hunspell in the same directory as the Sigil executable (where it's put when the bundled hunspell is built). If that fails, it attempts to locate a system hunspell using ctypes.util.find_library.
DiapDealer is online now   Reply With Quote