On Wed, 13 Aug 2008, Simon Burton wrote:
> On Wed, 13 Aug 2008 13:01:23 -0400
> Simon Burton <[EMAIL PROTECTED]> wrote:
>
>>
>> If I do an strace, it seems cython does not find the pxd:
>>
>> stat64(".../zap/zap.foo.pxd", 0xbfc81ee8) = -1 ENOENT (No such file or
>> directory)
>> stat64(".../zap/zap/foo.pxd", 0xbfc81ee8) = -1 ENOENT (No such file or
>> directory)
>> stat64(".../zap/zap/foo/__init__.pxd", 0xbfc81ee8) = -1 ENOENT (No such file
>> or directory)
>
> It seems to be the presence of .../zap/__init__.py that triggers this
> behaviour.
>
> Simon.
Just to confirm, your directory structure is
zap/
__init__.py
foo.pyx
foo.pxd
Or are you doing something else?
- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev