From 1b7af5bccbeb4390cb96538394df0022e33ec644 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 13 Jul 2017 18:40:27 -0700 Subject: [PATCH] I forgot that the extension is called xlntpyarrow and not myextension --- xlntpyarrow/xlntpyarrow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlntpyarrow/xlntpyarrow.cpp b/xlntpyarrow/xlntpyarrow.cpp index 1c026af1..0e9d51ac 100644 --- a/xlntpyarrow/xlntpyarrow.cpp +++ b/xlntpyarrow/xlntpyarrow.cpp @@ -95,7 +95,7 @@ PyMODINIT_FUNC PyInit_xlntpyarrow(void) #else void -initmyextension(void) +initxlntpyarrow(void) #endif { PyObject *module = NULL;