Search found 1 match
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: Issues with native python bindings
- Replies: 1
- Views: 4784
Re: Issues with native python bindings
Hi, I was having the same problem, and given that I haven't even touched Python before, debugging this using my raspberry pi seemed a bit daunting. This post helped me to proceed, replacing "return True" with "return ctypes.c_bool(True) in callback and rawcallback in the callback.py-e...