Re: I cant import my function from compiled cython module.

2011-03-01 Thread Stefan Behnel
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.

2011-03-01 Thread Şansal Birbaş
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: ***­**