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?
I have searched the source code and I can't find it, I have also used google and I only get 4 hits. In for example Programming Python another function with similar name is described: PyObject_GetAttrString. Could that be the one that fit into the example? Hopefully someone knows the answer to my question ;) //Tommy Link to the spot at Python.org: http://docs.python.org/ext/pure-embedding.html -- http://mail.python.org/mailman/listinfo/python-list