Re: [gscan2pdf-help] scantpaper v3.0.6 released
Brought to you by:
ra28145
|
From: Alan D. <ala...@gm...> - 2026-05-06 03:33:48
|
I have attempted to install scantpaper v. 3.0.6 on CachyOS, an archlinux
derivative.
Unlike my previous attempt, I was able to install tesserocr, after which
scantpaper moved on to another missing dependency: goocanvas2. After this
( downgrade from the installed goocanvas 3 version), scantpaper tried
again. The next message is beyond my understanding. Perhaps it will be of
some interest?
❯ python3 scantpaper/app.py
No translations for 'scantpaper' in
/usr/local/src/scantpaper-3.0.6/scantpaper/../locale
No translations for 'scantpaper' in /usr/share/locale
No translations for 'scantpaper' in /usr/local/share/locale
No translations found for 'scantpaper'; falling back to untranslated strings
Traceback (most recent call last):
File "/usr/local/src/scantpaper-3.0.6/scantpaper/app.py", line 90, in
<module>
from app_window import ApplicationWindow
File "/usr/local/src/scantpaper-3.0.6/scantpaper/app_window.py", line 21,
in <module>
from scan_menu_item_mixins import ScanMenuItemMixins
File
"/usr/local/src/scantpaper-3.0.6/scantpaper/scan_menu_item_mixins.py", line
10, in <module>
from dialog.sane import SaneScanDialog
File "/usr/local/src/scantpaper-3.0.6/scantpaper/dialog/sane.py", line 6,
in <module>
from frontend import enums
File "/usr/local/src/scantpaper-3.0.6/scantpaper/frontend/enums.py", line
5, in <module>
from _sane import (
...<36 lines>...
)
ModuleNotFoundError: No module named '_sane'
Ubuntu is not a rolling release distro, so one kind of expects these
failures to use up to date dependencies. Probably, eventually things will
settle down. This is an improvement, I think. CachyOS keeps up with
upstream, as far as I can tell.
Alan Davis
On Tue, May 5, 2026 at 1:20 PM Jeff <jf...@po...> wrote:
> I tried to release scantpaper v3.0.6 at the weekend. It was impossible
> to upload to the PPA until today; it seems because Launchpad was the
> victim of a DDOS.
>
> Changes compared to v3.0.5
>
> * Improve error messages when helper tools not found
> * Fix bugs adding and removing paper sizes
> * More improvements to UI responsiveness showing hidden text layer
> * Fix race condition causing occasional hang at startup
>
> Available on Github:
>
> https://github.com/carygravel/scantpaper/releases/tag/v3.0.6
>
> Or via the PPA:
>
> https://launchpad.net/~jeffreyratcliffe/+archive/ubuntu/ppa
> _______________________________________________
> gscan2pdf-help mailing list
> gsc...@li...
> https://lists.sourceforge.net/lists/listinfo/gscan2pdf-help
>
|