Hello,
I am really glad that I have found this library and exactly at the time when I was about to develop something like this. Great work!!!!
Now here is situation:
instance = clib.MeshInstance()
data = clib.CleanUp(instance)
and the second line is producing this error:
c_library.py", line 493, in __call__
res = self.func(*arg_list)
ctypes.ArgumentError: argument 1: <class 'TypeError'>: expected LP_s instance instead of CallResult
CleanUp function needs C instance object not the python instance object or CallResult object. How do I solve this?
Hello, I am really glad that I have found this library and exactly at the time when I was about to develop something like this. Great work!!!! Now here is situation:
and the second line is producing this error:
CleanUp function needs C instance object not the python instance object or CallResult object. How do I solve this?
Prashant