The libctsqlapi.so library was exporting the ctsqlSetNumericParameterAsString and ctsqlGetNumericAsString functions with mangled C++ names instead of plain C names, which are consistent with the other public functions. The Python interface looks for plain C names. The libctsqlapi.so library has been changed to correct this.