[Cython] Embedding Cython
Robert Bradshaw
robertwb at math.washington.edu
Wed Apr 9 04:48:18 CEST 2008
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
More information about the Cython-dev
mailing list