Hi all,
I have recently purchased a CEBO-STICK (C028210) and am currently trying to read out an analog voltage with python (version 3.8.3).
When downloading the "cebomsrapi-windows-1.7.zip" archive from the web page and executing the python example "SingleIoExmaples.py" I got the following error:
File "C:\Users\Tobias\anaconda3\lib\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'cebomsr-1.7-x86_64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
This message already occurs when solely trying to import the api, i.e., using only the following line:
Is anybody aware of a solution to this problem?
EDIT: I should probably mention that I copied the "cebomsr-1.7-x86_64.dll" both to the folder where the python script is started as well as to "C:\Users\Tobias\anaconda3\lib\ctypes\" without any effect and that I'm running a 64-bit Windows 10 Pro system. Also, I did install the "CeboDriver1.0.1" driver.
Thanks for your help and best wishes,
Tobias
I have recently purchased a CEBO-STICK (C028210) and am currently trying to read out an analog voltage with python (version 3.8.3).
When downloading the "cebomsrapi-windows-1.7.zip" archive from the web page and executing the python example "SingleIoExmaples.py" I got the following error:
File "C:\Users\Tobias\anaconda3\lib\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'cebomsr-1.7-x86_64.dll' (or one of its dependencies). Try using the full path with constructor syntax.
This message already occurs when solely trying to import the api, i.e., using only the following line:
Is anybody aware of a solution to this problem?
EDIT: I should probably mention that I copied the "cebomsr-1.7-x86_64.dll" both to the folder where the python script is started as well as to "C:\Users\Tobias\anaconda3\lib\ctypes\" without any effect and that I'm running a 64-bit Windows 10 Pro system. Also, I did install the "CeboDriver1.0.1" driver.
Thanks for your help and best wishes,
Tobias
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Tobias () aus folgendem Grund: Question clarification