Re: I cant import my function from compiled cython module.
Hi, note that the cython-users mailing list, where you cross-posted this, is the right place to ask. Stefan -- http://mail.python.org/mailman/listinfo/python-list
I cant import my function from compiled cython module.
Hi All, I needed to improve the computation speed of my numpy algorithm which works correctly with cython. So I created a .pyx file like belows and then compiled to a .pyd file successfully: *****