ctypes.util.find_library() can except if libhidapi-usblib.a is installed. See abcminiuser/python-elgato-streamdeck#120
I don't consider this a resolution to the defect described in 120, but as gcc detection is complicated, there are other reasons this could fail and continuing will be valid. LoadLibrary() is the drop-dead point for library loading.
ctypes.util.find_library() can except if libhidapi-usblib.a is installed. See abcminiuser/python-elgato-streamdeck#120
I don't consider this a resolution to the defect described in 120, but as gcc detection is complicated, there are other reasons this could fail and continuing will be valid. LoadLibrary() is the drop-dead point for library loading.