[Python/C] Help me.. How to passa dictionary to C function?

Technoumena technoumena at yahoo.com
Wed Mar 31 22:55:19 EST 2004


>   if (!PyArg_Parse(args, "O", &PyDict_Type, &dict)) {
Shouldn't this be "O!" ?
> How can i access to the dictionary from C module??
http://www.python.org/doc/2.3.3/api/dictObjects.html

Regards,
Technoumena



More information about the Python-list mailing list