[Cython] BUG?: __init__.py file messing up .pxd detection!!!
Stefan Behnel
stefan_ml at behnel.de
Thu Jun 19 07:16:45 CEST 2008
Hi,
Greg Ewing wrote:
> Brian Granger wrote:
>
>> IF: there is a __init__.py file in the same directory as my pxd and pyx file
>> THEN: the pxd file is not processed
>
> Further to my last message on this, I just tried
> this with Pyrex, and it does *not* seem to have
> this problem. So it must be something that
> Cython is doing differently from Pyrex.
Hmmm, maybe I forgot to merge in one of those "tests pass" commits...
I'll see if I can fix it. I think the way I proposed in my other post is the
right way to go about it.
Stefan
More information about the Cython-dev
mailing list