Re: zip archive in python search path

2003-09-11 Thread "Martin v. Löwis"
Torsten Landschoff wrote: Today I got the attached two mails. I wonder how this happens and how to fix it. Is it correct that zip archives are supported in sys.path now? Yes, see PEP 273. In that case probably python-gtk needs fixing. Otherwise something in python is wicked. No, it is behaving acco

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