Package Details: polychromatic 0.9.0-1

Git Clone URL: https://aur.archlinux.org/polychromatic.git (read-only, click to copy)
Package Base: polychromatic
Description: RGB lighting management front-end application for OpenRazer
Upstream URL: https://github.com/polychromatic/polychromatic
Licenses: GPL-3.0-or-later
Submitter: z3ntu
Maintainer: z3ntu (lah7)
Last Packager: lah7
Votes: 42
Popularity: 0.072917
First Submitted: 2016-11-25 14:35 (UTC)
Last Updated: 2024-04-24 08:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

serjor commented on 2020-04-04 09:27 (UTC)

Thanks for your quick response @z3ntu but still no luck :-(

I've changed that line and the output is the same.

Also, this is the output for "which python3" and I'd say that is the right one: /usr/bin/python3

Any other suggestion?

z3ntu commented on 2020-04-04 09:21 (UTC)

@serjor Try changing the first line of /usr/bin/polychromatic-controller to #!/usr/bin/python3 (instead of #!/usr/bin/env python3). I'm guessing you have a custom python in your PATH variable (you can check by running which python3)

serjor commented on 2020-04-04 09:15 (UTC)

Whenever I try to run the polychromatic-controller I get this output:

Traceback (most recent call last):
  File "/usr/bin/polychromatic-controller", line 52, in <module>
    import pylib.preferences as pref
ModuleNotFoundError: No module named 'pylib'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/polychromatic-controller", line 58, in <module>
    import polychromatic.preferences as pref
ModuleNotFoundError: No module named 'polychromatic'

I'm missing something??