GNU bug report logs -
#70491
system-config-printer once again cannot find cupshelpers
Previous Next
Full log
Message #8 received at 70491 <at> debbugs.gnu.org (full text, mbox):
(based mostly off of this forum post:
https://forum.endeavouros.com/t/system-config-printer-wont-run/54621/2)
It looks like it's related to the module being placed within a
directory within the =site-packages= directory?
Python doesn't seem to like that the =cuphelpers= directory is within
the =cupshelpers-1.0-py3.12.egg= directory (it wants
=site-packages/cuphelpers= rather than
=site-packages/cupshelpers-1.0-py3.12.egg/cuphelpers=, like it's
currently ending up).
Not a solution Guix can just use, as is, but running ~sudo ln -sf
/usr/lib/python3.12/site-packages/cupshelpers-1.0-py3.12.egg/cupshelpers
/usr/lib/python3.12/site-packages/cupshelpers~ seemed to fix things, for them.
On Saturday (April 20, 2024) at 07:41:39 PM CDT, Athena Martin wrote:
>
> $ guix shell system-config-printer -- system-config-printer
> Traceback (most recent call last):
> File
> "/gnu/store/hk90zfj9gzx4axws9ymzqni2ka7b2pb1-system-config-printer-1.5.16/share/system-config-printer/system-config-printer.py",
> line 76, in <module>
> import cupshelpers
> ModuleNotFoundError: No module named 'cupshelpers'
This bug report was last modified 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.