Hi, today i update Sigil from my Debian/sid repo to 0.9.0.
I notice, Sigil has nothing validator

Now i install FlightCrew as plugin, but not working.
When click on start:
Code:
Traceback (most recent call last):
File "/usr/share/sigil/plugin_launchers/python/launcher.py", line 301, in <module>
sys.exit(main())
File "/usr/share/sigil/plugin_launchers/python/launcher.py", line 262, in main
bc = ValidationContainer(rk)
File "/usr/share/sigil/plugin_launchers/python/validationcontainer.py", line 42, in __init__
super(ValidationContainer, self).__init__(wrapper, debug)
File "/usr/share/sigil/plugin_launchers/python/outputcontainer.py", line 45, in __init__
self.hspell=HunspellChecker(wrapper.get_hunspell_path())
File "/usr/share/sigil/plugin_launchers/python/pluginhunspell.py", line 41, in __init__
self.hunspell.Hunspell_create.restype = POINTER(c_int)
File "/usr/lib/python2.7/ctypes/__init__.py", line 378, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python2.7/ctypes/__init__.py", line 383, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/bin/python2: undefined symbol: Hunspell_create
With Sigil 0.8.7 from Debian/testing no Problem/no error with the FlightCrew Plugin.
python2.7: 2.7.10-5
python3.4: 3.4.3-7
libtcl8.6: 8.6.4
Please help.