[Cython] 0.9.8.1.1 and .pxd files
Lisandro Dalcin
dalcinl at gmail.com
Thu Aug 28 16:27:33 CEST 2008
On Thu, Aug 28, 2008 at 12:26 AM, Jay Parlar <parlar at gmail.com> wrote:
>> On Wed, Aug 27, 2008 at 10:43 PM, Simon Burton <simon at arrowtheory.com> wrote:
>>
>> i went through something similar recently,
>> and had to add include_dirs=["."] in my Extension definitions in setup.py
>
> Brilliant, that seems to have done it! I still have to have my
> symlinks, but it's a starting point.
Could you try to remove your hack? I mean, instead of having
foo.bar.pxd inside 'foo' package directory, just use 'bar.pxd', in
such a way yo have:
$ tree foo/
foo/
|-- __init__.pyx
|-- bar.pxd
`-- bar.pyx
This works just fine for me.
> _______________________________________________
> Cython-dev mailing list
> Cython-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
>
--
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
More information about the Cython-dev
mailing list