Quote:
Originally Posted by Gandulf
Installed the test plugin and managed to install the things that gave errors, but EPubtidyTool says cannot import PIL library.
|
I tested it on my Arch Linux machine and it works fine. AFAIK, PIL has some image library dependencies.
To find out what depencies are missing, open a terminal and enter the following:
Code:
python3
from PIL import Image, ImageTk
You should get some kind of error message.
Most likely you'll have to
install libjpeg.
Also note that you'll need to install
Pillow not PIL
(Pillow is a fork of PIL that kept the PIL import name for backwards compatibility.)
On my machine the following packages are installed:
Pillow 7.2.0
libjpeg-turbo 2.0.5-3