Hello! Switching from win10 to ubuntu, I got Sigil Appimage working--link with icon and 'open with' in Calibre all in place.
Unfortunately, this plugin balks:
Code:
Status: failed
Traceback (most recent call last):
File "/tmp/.mount_Sigil-PlGhpI/usr/share/sigil/plugin_launchers/python/launcher.py", line 141, in launch
target_script = __import__(script_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/carmen/.local/share/sigil-ebook/sigil/plugins/PunctuationSmarten/plugin.py", line 34, in <module>
import tkinter
ModuleNotFoundError: No module named 'tkinter'
Error: No module named 'tkinter'
Missing it badly!
Any hints?