Quote:
Originally Posted by Gregg Bell
Can you tell what I need from the error message?
|
It looks like you're missing a python package that is required for all Sigil plugins that come with a GUI.
To fix this error either search in Synaptic or your distro's package manager for
python3-tk and install it.
If you can't find it enter the following command in a terminal window:
Code:
sudo apt-get install python3-tk