[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70491: system-config-printer once again cannot find cupshelpers
From: |
Wamm_KD_Schmelingski |
Subject: |
bug#70491: system-config-printer once again cannot find cupshelpers |
Date: |
Wed, 04 Sep 2024 16:02:59 -0500 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
(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'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#70491: system-config-printer once again cannot find cupshelpers,
Wamm_KD_Schmelingski <=