logiPy icon indicating copy to clipboard operation
logiPy copied to clipboard

catching classes that do not inherit from BaseException is not allowed

Open zarlicho opened this issue 3 years ago • 1 comments

i get an error like this:

Traceback (most recent call last): File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 237, in led_dll = load_dll() File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 234, in load_dll raise SDKNotFoundException('The SDK DLL was not found.') TypeError: SDKNotFoundException() takes no arguments

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "bgled.py", line 1, in from logipy import logi_led File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 238, in except SDKNotFoundException as exception_sdk: TypeError: catching classes that do not inherit from BaseException is not allowed

zarlicho avatar Nov 19 '22 14:11 zarlicho

Exactly the same issue!

ItanMark avatar Feb 17 '24 12:02 ItanMark