Any chances to have this running on Linux as well? Currently when importing the module I get > AttributeError: module 'ctypes' has no attribute 'windll' In dcam.py at line 1790 ``` self._lib = ctypes.windll.dcamapi ``` Not quite sure how I can fix that