[EMAIL PROTECTED] wrote_ > In the embedding Python manual at Python.org an example is presented > that uses the function: > PyDict_GetAttrString. Is it possible that this is a typo?
according to this checkin message ("fix stupid typo"), the answer is yes: http://mail.python.org/pipermail/python-checkins/2005-October/047291.html on the other hand, since the target is a module object, PyObject_GetAttrString might be a better choice (no time to dig into this right now). </F> -- http://mail.python.org/mailman/listinfo/python-list