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.

Cheers,

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

Reply via email to