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
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
2 matches
Mail list logo