system-config-printer icon indicating copy to clipboard operation
system-config-printer copied to clipboard

Doesn't run with PYTHONSAFEPATH enabled

Open Summertime opened this issue 11 months ago • 0 comments

Doesn't run with PYTHONSAFEPATH enabled

dbus-:[email protected]: Main process exited, code=exited, status=1/FAILURE
ModuleNotFoundError: No module named 'debug'
    from debug import *
  File "/usr/share/system-config-printer/scp-dbus-service.py", line 33, in <module>

Relative imports should be relative imports, or sys.path should be modified with PYTHONPATH

Summertime avatar Jan 29 '25 12:01 Summertime