Cython cimport from another directory
问题 For background, I have read the following questions: https://github.com/cython/cython/wiki/PackageHierarchy https://cython.readthedocs.io/en/latest/src/userguide/sharing_declarations.html#search-paths-for-definition-files Cython cimport cannot find .pxd module How do you get cimport to work in Cython? Error compiling Cython file: pxd not found in package The issue is this. I used to have a ton of C, C++, and Cython all sitting in one directory and compiling fine. Now, I am splitting code into