I\'m trying to import a cython module data.pyx into another cython module user.pyx. Everything compile fine, but when I try to call user.pyx in a python module, I am getting
I might be missing something about Cython, but I think it's:
import package.user user.doSomething()