[CentralOH] Cython

James -- Atlantix james at atlantixeng.com
Fri Apr 22 00:59:46 CEST 2011


I am having problems import cython cdef functions that are in cython modules
into python modules. Any function declared as a cdef within the cython
module (.pyx) does not show up in the python module when imported. Also, if
a cython file imports a cython module, cdef functions do not show up.

 

This forces the situation of having to include cdef's in every module,
rather than being able to import them. Does anyone have any experience with
this?

 

Thanks, James

 

 

 

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20110421/fd8fdfe1/attachment.html>


More information about the CentralOH mailing list