Daniel Hall
Daniel Hall
I believe this is because the SConstruct file listed [in the documentation here](https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html#compiling-the-plugin) is incorrect. Instead of the one listed in the documentation, this one should be used: https://github.com/godotengine/godot-cpp-template/blob/main/SConstruct
Hi @VinzzB Sorry for the late reply. If you add an if block around [these lines](https://github.com/smarthall/python-lifx-sdk/blob/70c462/lifx/client.py#L52-L57) you will have a switch for enabling/disabling discovery. I'd suggest making th switch depend...
Interesting ... python can find the `lifx` package but not the `color` module. Do you have a conflicting installation of another LIFX supporting python module?
/remove-lifecycle stale
@dependabot rebase
Okay I'm just going to cherry pick this onto my own branch and merge that
Thanks @joshbranham!