>From python command, I call C extension method >>> import PyRPC >>> PyRPC.addBool(False)
In C extension, I know parse integer value like this: PyArg_ParseTuple(args, "i", &nValue); But, how can I parse the False value? Regards, Allen Chen
-- http://mail.python.org/mailman/listinfo/python-list