Closed Calimerorulez closed 2 years ago
Because your file is named openrgb.py
, it's trying to import OpenRGBClient from that file, which is causing issues. Just name the file something else and it should work.
Thank you very much for pointing that out!
Hi,
Just experimenting with Python, I'm trying to get the module working, but I'm getting the following error when running the sample code below:
Can you please point me in the right direction?