On 12 March 2010 16:14, Stefan Behnel <[email protected]> wrote: > Dag Sverre Seljebotn, 12.03.2010 19:28: >> Stefan Behnel wrote: >>> Dag Sverre Seljebotn, 12.03.2010 13:00: >>>> Done. The web commit visualization gives a full diff and duplicates the >>>> files contents, although I am sure I used "hg mv". Perhaps just a >>>> weakness of "hg serve". >>> >>> Looks like you just killed the refnanny. >> >> I can't reproduce this (or I need a better description of what goes >> wrong for you). Note that there's a seperate commit adding >> backwards-compatability pxds which the refnanny can use. >> >> (Of course, the refnanny should be changed for aesthetics regardless.) > > Hmm, it looks like there is a problem with packaging up the new > Cython/Includes subdirectories. When building a bdist, I get tons of errors > like this: > > > Error converting Pyrex file to C: > ------------------------------------------------------------ > ... > from cpython.ref cimport PyObject, Py_INCREF, Py_DECREF, Py_XDECREF > ^ > ------------------------------------------------------------ > > .../Cython/Runtime/refnanny.pyx:1:0: 'cpython.ref.pxd' not found > > > I can always reproduce this with Py3.2 and not always with other python > versions. I don't have the time to look into this right now, but unless > someone else can take a look, I should get around to do so this weekend. > > Stefan > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev >
Try to add a __init__.pxd (alongside the __init__.pyx ones) in each directory... This is likely the long standing issue I commented a couple of times ago. -- Lisandro Dalcin --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
