[EMAIL PROTECTED] schrieb:
>   Can anyone help? I am including Python.h, so why does it not find
> Py_BuildValue?


Read your error message again. It says the dynamic linker (ld) can't
find the name. You have to link against the Python library.

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to