Building Python bindings
mejusmajus opened this issue · 4 comments
I have installed the sdk as described in the readme for windos. Then I executed the given commands for creating the Python library.
https://github.com/analogdevicesinc/aditof_sdk/tree/master/bindings/python
After that I copied the aditofpython library and pasted it in the directory of the First Frame example script.
However, the library cannot be opened in the Python script.
Why can't the library be opened ? Is there anything i missed?
Thanks in advance
Hello,
Can you copy the aditof.dll/so generated next to the script as well?
Did you copy aditof.dll from aditof_sdk\build\sdk\Debug as well?
If so there might be a problem with the python versions, please verify if the version used to build the adaptor is the same as the
one you use to run the script.
ohh thank you very much
copy the aditof.dll from aditof_sdk\build\sdk\Debug was the solution for my problem