Missing source files?

William Dandreta wjdandreta at worldnet.att.net
Sun Jun 11 19:54:50 EDT 2000


I am trying to build Python 1.5.2 for DOS and my linker finds 3 undefined
functions:

PyMember_Get
PyMember_Set
PyBuffer_FromObject

The only thing I was able to find was:

DL_IMPORT(PyObject *) PyMember_Get Py_PROTO((char *, struct memberlist *,
char *));

which for my setting should be

PyObject * PyMember_Get()

which is useless. I checked the entire set of source files for 1.5.2 and
those functions don't seem to be there. Does anyone know where they are? And
if some sources files are missing from the latest package?

Bill






More information about the Python-list mailing list