Detlev Offenbach wrote: > I am trying to compile PyKDE 3.16.0 for Python 2.5.0 with latest sip > snapshot (tried with 4.5.2 as well), but it fails with error messages like ... > sip/kdecore/kurl.sip: In function ‘PyObject* > slot_KURL_List___getitem__(PyObject*, PyObject*)’: > sip/kdecore/kurl.sip:329: error: cannot convert ‘int*’ to ‘Py_ssize_t*’ > for argument ‘3’ to ‘int PySlice_GetIndicesEx(PySliceObject*, Py_ssize_t, > Py_ssize_t*, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ ... > What am I doing wrong? I have checked this mailing list, but non of the > tips helped.
WORKSFORME, using sip-4.5.2 (last time I tried). Previous versions gave the error you describe. -- Rex _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
