En Tue, 06 Nov 2007 23:25:17 -0300, <[EMAIL PROTECTED]> escribió: > i naively created execution context: > PyObject *execcontext = PyDict_New(); > stuffed a handle in it: > PyObject *ih = PyCObject_FromVoidPtr(handle, NULL); > int st= PyDict_SetItemString(res, "interp", ih);
What's `res`? One should make a lot of assumptions about your code because it's not complete. Please post a minimal complete example showing your problem. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list