You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
Prashant
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: