Trying to extend Python with C: undefined reference to `Py_BuildValue'

Stefan Behnel stefan_ml at behnel.de
Wed Jun 4 13:56:27 EDT 2008


spectrumdt at gmail.com wrote:
>   I am trying to extend Python with some C code.

Have you considered using Cython instead of C?

http://cython.org/

Stefan



More information about the Python-list mailing list