Package: img2pdf
Version: 0.4.0-1
I wanted to give the GUI a try, but it didn't start:
$ img2pdf-gui
Traceback (most recent call last):
File "/usr/bin/img2pdf-gui", line 33, in <module>
sys.exit(load_entry_point('img2pdf==0.4.0', 'gui_scripts',
'img2pdf-gui')())
File "/usr/lib/python3/dist-packages/img2pdf.py", line 2371, in gui
import tkinter
ModuleNotFoundError: No module named 'tkinter'
The "tkinter" module is provided by python3-tk, but that's not
in img2pdf's Depends, or Recommends, or Suggests.
-- System Information:
Architecture: i386
Versions of packages img2pdf depends on:
ii python3-fitz 1.17.4+ds1-2+b4
ii python3-img2pdf 0.4.0-1
ii python3-pkg-resources 52.0.0-4
ii python3 3.9.2-3
--
Jakub Wilk