Re: C structure in the Python extension

2005-01-10 Thread Craig Ringer
Dave win wrote: >Howdy: > When I was writting interface functions of the extending python, I >meet a question. As I using the "PyArg_ParseTuple(args,arg_type,...)" >function call, if I wanna use the personal defined argument, such as the >C structure which I made. How to make it? > >st

C structure in the Python extension

2005-01-10 Thread Dave win
Howdy: When I was writting interface functions of the extending python, I meet a question. As I using the "PyArg_ParseTuple(args,arg_type,...)" function call, if I wanna use the personal defined argument, such as the C structure which I made. How to make it? static PyObject* Call_V_A