I forgot that the extension is called xlntpyarrow and not myextension

This commit is contained in:
Thomas Fussell 2017-07-13 18:40:27 -07:00
parent 8e2486176e
commit 1b7af5bccb

View File

@ -95,7 +95,7 @@ PyMODINIT_FUNC
PyInit_xlntpyarrow(void) PyInit_xlntpyarrow(void)
#else #else
void void
initmyextension(void) initxlntpyarrow(void)
#endif #endif
{ {
PyObject *module = NULL; PyObject *module = NULL;