Re: python (parted) question

2003-09-08 Thread Andrew Clausen
On Mon, Sep 08, 2003 at 03:40:47PM -0700, Paul Telford wrote: > I posed this question several days ago and received no response. mdz > (correctly) nudged me with a cluestick by telling me that perhaps I should > be more specific in describing my problem. So here goes... I'm no python > hacker, so

Re: python (parted) question

2003-09-11 Thread Andrew Clausen
On Mon, Sep 08, 2003 at 03:40:47PM -0700, Paul Telford wrote: > static PyObject * > disk_get_partition(PyObject *self, PyObject *args) > { > PyPartedObject *o; > int num; > > if (!PyArg_ParseTuple(args, "Oi", &o, &num)) > return NULL; > > return PyP