Control: tags -1 + moreinfo
On Sat, Jun 10, 2023 at 01:52:46AM +0200, Marc Lehmann wrote:
> while the package installs fine, it immediately crashes on startup:
I can't reproduce this, I get the app window instead of crashing.
> $ dupeguru
> qt.qpa.xkeyboard: failed to compile a keymap
> Traceback (most recent call last):
> File "/bin/dupeguru", line 88, in <module>
> sys.exit(main())
> ^^^^^^
> File "/bin/dupeguru", line 71, in main
> from
qt.app import DupeGuru
> File "/usr/share/dupeguru/qt/app.py", line 22, in <module>
> from
core.app import AppMode, DupeGuru as DupeGuruModel
> File "/usr/share/dupeguru/core/app.py", line 27, in <module>
> from core.pe.photo import get_delta_dimensions
> ModuleNotFoundError: No module named 'core.pe.photo'
Does the /usr/share/dupeguru/core/pe symlink point to the correct location
for you? I.e. does `readlink -f /usr/share/dupeguru/core/pe` return
`/usr/lib/dupeguru/core/pe` and does that dir contain the module files?