At 05:10 PM 8/8/2006 -0400, Bob Harris wrote: >I have a directory containing my myfunc.c, myfunc.h and >c_myfunc.pyx. What else do I need to do so that I can use distutils to >build this and then access the functions in this module from another >python program?
This might be a good place to start: http://ldots.org/pyrex-guide/2-compiling.html#distutils _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
