These C extensions living in a package were doing relative imports of
other modules living in the same package. It turns out that that doesn't work when the __import__ builtin has been replaced by one written in Python. The easiest fix is to use absolute imports.
Showing
Please register or sign in to comment