***** Edited to add: *****
OK, never mind. I ran it on a different Kubuntu version, with a built-from-scratch Sigil (0.9.4, Qt-5.4.1), and it ran fine. I guess I'll be uninstalling that quirky sigil package.
I'll leave this post here just in case someone else runs into the same problem, but moderators please feel free to delete it if you want.
Edit #2. It seems the sigil package was not guilty after all. See below.
***********************
Hmm, I'm having trouble with this plugin. Here's the error message:
Code:
Status: failed
Traceback (most recent call last):
File "/usr/share/sigil/plugin_launchers/python/launcher.py", line 134, in launch
target_script = __import__(script_module)
File "/home/u838190/.local/share/sigil-ebook/sigil/plugins/CSSFromFonts/plugin.py", line 4, in <module>
from PIL import ImageFont
ImportError: No module named PIL
Error: No module named PIL
But testplugin says I do have PIL installed (as I should).
Code:
...
Verifying proper Python packages are available
Python Package: PIL Found
Python Package: cssselect Found
Python Package: cssutils Found
Python Package: html5lib Found
Python Package: lxml Found
Python Package: regex Found
Python Package: chardet Found
Python Package: six Found
...
I am using Sigil version 0.9.5, Qt 5.5.1, from the Ubuntu package for Kubuntu 16.04 LTS (Xenial Xerus).
Code:
apt-cache policy sigil
sigil:
Installed: 0.9.5+dfsg-0ubuntu1
This Sigil package is known to be somewhat quirky, so maybe that's part of it. Otherwise, could be PEBCAK (i.e. operator error).
Has anyone else run into this?
Albert