On Wed, Oct 1, 2008 at 8:08 AM, Uwe Schmitt <[EMAIL PROTECTED]> wrote: > The problem was that "import pyximport" fails, > which I could fix (as suggested in the postings > above) by making pyximport/ a python packgage, > which means I had to add a "__init__.py" file to > .../site-packages/cython.../pyximport/
Yes, add a __init__.py file with the following line inside 'from pyximport import *' This still need to be fixed in cython-devel repo. I'll try to make a patch. -- Lisandro Dalcín --------------- 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
