[Pyrex] Fwd: [Cython-dev] cython distutils question

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Jan 28 09:39:10 CET 2008


Lev Givon wrote:

>>>Shouldn't cython's build_ext command recognize .h files as having a
>>>legitimate source code file type when building cython/pyrex  
>>>extensions?

> Files with a .pxd suffix also do not appear to be recognized when
> listed.

How is this a problem? You don't directly compile .h or
.pxd files, so you shouldn't need to specify them as
sources in an Extension instance.

--
Greg



More information about the Pyrex mailing list