On Apr 8, 2008, at 6:25 PM, Rasjid Wilcox wrote:
> Solved the problem.
>
> I changed:
>
> cdef public void inittestpyx()
>
> to:
>
> cdef extern from "testpyx.h":
>     void inittestpyx()
>
> and it all works like a charm, at least on Linux.

Glad you were able to figure it out. This should work fine on other  
platforms too--I'm actually surprised the old way worked.

- Robert

_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to