-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Dear all, I would like to make you aware that the manual installation as described in ReadMe.rst fails because mkwrapper throws an exception in line 837. The problem occurs while the wrapper tries to determine the size of one function parameter that is defined in the cspice header SpiceZpr.h. The function is "void edterm_c(...)". The problem is that the last input parameter is "SpiceDouble termpts [ ][3]" and the wrapper tries to identify the size of this array. However, because the first bracket is empty, instead of an integer, the wrapper gets an empty string. With the empty string, the wrapper cannot continue to work and throws the exception.
I tried to run everything on Windows and on Linux. The same error occurs in both cases.
I hope that I can add to the progress of this great project with this comment. I would really like to see SPICE for Python.
Cheers