Just tried that plugin. I am still using Sigil 9.14 as i am still on my Windows 7.
Getting following error message:
Code:
Status: failed
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "C:\Users\Thomas\AppData\Local\sigil-ebook\sigil\plugins\PunctuationSmarten\plugin.py", line 392, in run
guiMain(root, bk).pack(fill=tkinter_constants.BOTH, expand=True)
File "C:\Users\Thomas\AppData\Local\sigil-ebook\sigil\plugins\PunctuationSmarten\plugin.py", line 133, in __init__
self.initUI()
File "C:\Users\Thomas\AppData\Local\sigil-ebook\sigil\plugins\PunctuationSmarten\plugin.py", line 179, in initUI
self.dashBox.current(self.gui_prefs['dashes'])
File "tkinter\ttk.py", line 719, in current
_tkinter.TclError: Index -1 out of range
Error: Index -1 out of range
Also ran the Sigil test plugin getting one error:
Code:
Status: success
Verify sys.path settings manually
C:\Program Files\Sigil\plugin_launchers\python
C:\Program Files\Sigil\DLLs
C:\Program Files\Sigil\lib
C:\Program Files\Sigil
C:\Program Files\Sigil\lib\site-packages
C:\Users\Thomas\AppData\Local\sigil-ebook\sigil\plugins\testplugin
Verifying proper Python packages are available
Checking GUI modules
Python Package: PyQt5 (C:\Program Files\Sigil\lib\site-packages\PyQt5\QtWidgets.pyd) Found
Python Package: tkinter (C:\Program Files\Sigil\lib\tkinter\__init__.pyc) Found
Python Package: PIL (C:\Program Files\Sigil\lib\site-packages\PIL\__init__.pyc) Found
Python Package: cssselect (C:\Program Files\Sigil\lib\site-packages\cssselect\__init__.pyc) Found
Python Package: cssutils (C:\Program Files\Sigil\lib\site-packages\cssutils\__init__.pyc) Found
Python Package: html5lib (C:\Program Files\Sigil\lib\site-packages\html5lib\__init__.pyc) Found
Python Package: lxml (C:\Program Files\Sigil\lib\site-packages\lxml\__init__.pyc) Found
Python Package: regex (C:\Program Files\Sigil\lib\site-packages\regex\__init__.pyc) Found
Python Package: chardet (C:\Program Files\Sigil\lib\site-packages\chardet\__init__.pyc) Found
Python Package: six (C:\Program Files\Sigil\lib\site-packages\six.pyc) Found
Verifying Sigil Python Libraries can be found/loaded
Sigil Python library: epub_utils Found
Sigil Python library: quickparser Found
Sigil Python library: hrefutils Missing
Sigil Python library: compatibility_utils Found
Sigil Python library: sigil_bs4 Found
Verifying Hunspell Spell Checking
Hunspell en_US affix file and dictionary Found
Hunspell shared library Found
Hunspell spellchecking works True
Verifying Sigil Gumbo Library operation
Sigil Gumbo BS4 Adapter library Found
Sigil BS4/Gumbo Parser works True
Verifying selected basic plugin interface elements
bk.text_iter() works True
Listing manifested files...
Text/Section0001.xhtml
toc.ncx
bk.manifest_iter() works True
bk.spine_iter() works True
bk.other_iter() works True
reading a non-manifest book file works True
reading a specific OPF manifest id works True
writing to a specific OPF manifest id works True
Launcher Version 20190610
ePub Version 2.0
adding your own file to the manifest works True
basename to id mapping works True
deleting our added file works True
Failure - 1 Tests of Plugin Operations Failed
What can i do?
Thanks
Thomas