icc-brightness
icc-brightness copied to clipboard
Can compile it for Ubuntu 24.-4 but using it results in python errors
Hi
I am using Ubuntu 14.04 and python 3.12. I sucessfully compiled icc-brithness, but then
/icc-brightness brightness max-brightness
Traceback (most recent call last):
File "/home/oub/ALLES/src/icc-brightness/./icc-brightness", line 157, in <module>
main()
File "/home/oub/ALLES/src/icc-brightness/./icc-brightness", line 148, in main
brightness = int(sys.argv[1])
^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'brightness'
is my python version to recent? thanks and regards
Uwe Brauer