Hi all, I am trying to return an array from C to Python. Since it is of variable size, return Py_BuildValue("[f,f,f]", array[0], array[1], array[2]); does not help. How do I do that? Any help is appreciated, kind regards Philipp