myrthel
Results
2
comments of
myrthel
Where can I see the message from python side? - Is this to find in Python.Runtime Exceptions Class? I am getting this error in the debugger: System.InvalidCastException: cannot convert object...
For everyone who struggles with numpy-arrays and its conversation. I have found a good solution for that. ```csharp using PyBuffer pybuf_array = np_array.data.GetBuffer(); var len = pybuf_array.Length; byte[] managedArray =...