From 74a884b334d645857765d4acbac03960694cd5a3 Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 28 Jun 2019 23:58:28 +0700 Subject: [PATCH] Changed the connection string of the python library. I used to have version 2.7 and 3.7. Therefore, you had to specify a directory. --- src/libdap-python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libdap-python.h b/src/libdap-python.h index 8097c74..360f564 100644 --- a/src/libdap-python.h +++ b/src/libdap-python.h @@ -1,5 +1,5 @@ #define PY_SSIZE_T_CLEAN -#include <python3.7/Python.h> +#include <Python.h> #include "dap_config.h" #include "dap_common.h" -- GitLab