Comment 2 for bug 225265

Revision history for this message
Joost Cassee (jcassee) wrote : Re: [Bug 225265] [NEW] Problems with automatic pxd inclusion

On 01-05-08 18:55, Stefan Behnel wrote:

> Have you tried
>
> cython package/package.module.pyx
>
> and naming the .pxd alike?

Hmm, I thought cython was changed to specifically allow
package/module.pyx naming? Anyway, I tried this but cython said

~/src$ cython package.module.pyx
...
IOError: [Errno 2] No such file or directory:
'/home/user/src/package.module.pyx'

~/src$ strace cython package/package.module.pyx
...
stat64("/home/user/src/package/package/package/module.pxd", 0xbf9a3828)
= -1 ENOENT (No such file or directory)

Regards,

Joost

--
Joost Cassee
http://joost.cassee.net