-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Tried to run the example command to make c red, this is what i get
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/alessandro/Scrivania/fdclct-master/drevo/__main__.py", line 57, in <module>
main()
File "/home/alessandro/Scrivania/fdclct-master/drevo/__main__.py", line 34, in main
lightctl = keylights.Keylights()
File "/home/alessandro/Scrivania/fdclct-master/drevo/keylights.py", line 28, in __init__
self.adapter = usblinux.Usblinux()
File "/home/alessandro/Scrivania/fdclct-master/drevo/usblinux.py", line 17, in __init__
"Keyboard not present or insufficient permissions")
ValueError: Keyboard not present or insufficient permissions
Exception ignored in: <bound method Usblinux.__del__ of <drevo.usblinux.Usblinux object at 0x7f76fc83bf60>>
Traceback (most recent call last):
File "/home/alessandro/Scrivania/fdclct-master/drevo/usblinux.py", line 49, in __del__
usb.util.dispose_resources(self.dev)
AttributeError: 'Usblinux' object has no attribute 'dev'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels