* bug#70491: system-config-printer once again cannot find cupshelpers @ 2024-04-21 0:41 ` Athena Martin via Bug reports for GNU Guix 2024-09-04 21:02 ` Wamm_KD_Schmelingski--- via Bug reports for GNU Guix 0 siblings, 1 reply; 2+ messages in thread From: Athena Martin via Bug reports for GNU Guix @ 2024-04-21 0:41 UTC (permalink / raw) To: 70491 [-- Attachment #1: Type: text/plain, Size: 331 bytes --] $ 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' [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#70491: system-config-printer once again cannot find cupshelpers 2024-04-21 0:41 ` bug#70491: system-config-printer once again cannot find cupshelpers Athena Martin via Bug reports for GNU Guix @ 2024-09-04 21:02 ` Wamm_KD_Schmelingski--- via Bug reports for GNU Guix 0 siblings, 0 replies; 2+ messages in thread From: Wamm_KD_Schmelingski--- via Bug reports for GNU Guix @ 2024-09-04 21:02 UTC (permalink / raw) To: 70491; +Cc: guix (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' ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-04 21:04 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <875xrbnncs.wl-Wamm_KD_Schmelingski.ref@yahoo.com> 2024-04-21 0:41 ` bug#70491: system-config-printer once again cannot find cupshelpers Athena Martin via Bug reports for GNU Guix 2024-09-04 21:02 ` Wamm_KD_Schmelingski--- via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.