Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catching classes that do not inherit from BaseException is not allowed #10

Open
zarlicho opened this issue Nov 19, 2022 · 1 comment
Open

Comments

@zarlicho
Copy link

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

@ItanMark
Copy link

Exactly the same issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants