Sigil 0.9.1 is working great, except for one minor problem, which I'm sure is my fault. When I use Calibre's "Open With" plugin to open an epub with Sigil, and then run Flight Crew, I get the following error: Error Parsing Result XML: Premature end of document. (I don't receive this error if I open Sigil from the desktop.) Looks like a problem with the path, but I'm not sure how to fix it. Thanks for any help. Traceback below:
Spoiler:
Traceback (most recent call last):
File "D:\Sigil\plugin_launchers\python\launcher.py" , line 301, in <module>
sys.exit(main())
File "D:\Sigil\plugin_launchers\python\launcher.py" , line 262, in main
bc = ValidationContainer(rk)
File "D:\Sigil\plugin_launchers\python\validationcontai ner.py", line 42, in __init__
super(ValidationContainer, self).__init__(wrapper, debug)
File "D:\Sigil\plugin_launchers\python\outputcontainer. py", line 45, in __init__
self.hspell=HunspellChecker(wrapper.get_hunspell_p ath())
File "D:\Sigil\plugin_launchers\python\pluginhunspell.p y", line 43, in __init__
sys_hunspell_location = find_library('hunspell')
File "D:\Python27\lib\ctypes\util.py", line 53, in find_library
for directory in os.environ['PATH'].split(os.pathsep):
File "D:\Python27\lib\os.py", line 425, in __getitem__
return self.data[key.upper()]
KeyError: 'PATH'