Johannes Wienke wrote: > But that's what I need, too. The module contains functions that must be > available to external C code and others that are needed for Cython to work.
That's fine, then. I don't think it's the cause of your problem -- it shouldn't do any harm, whether it's needed or not. Someone who knows more about the way function cimporting is supposed to work in Cython will be needed to sort this out. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
