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.
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev