print values from Py_BuildValue

ashtonn@gmail.com doodle4 at gmail.com
Thu Jul 7 13:28:47 EDT 2005


Hello,

How do i print values returned by Py_BuildValue in Linux?

PyObject *obj = Py_BuildValue("{s:i}", "Status", status);

I need to print the Status value here

-Thanks,
Ashton




More information about the Python-list mailing list