Re: [Tutor] distutils: how to include a header file belonging to an extension module

2007-11-28 Thread Evert Rol
> I have a small C-extension module, consisting of 3 files > (ndcombine_module.c, combine.c & combine.h). I can build the > extension find 'in place' using distutils, but when creating a > distribution (with setup.py sdist), the combine.h header file > seemingly gets lost and I cannot build

[Tutor] distutils: how to include a header file belonging to an extension module

2007-11-28 Thread Evert Rol
(this may not be a py-tutor question, but well) I have a small C-extension module, consisting of 3 files (ndcombine_module.c, combine.c & combine.h). I can build the extension find 'in place' using distutils, but when creating a distribution (with setup.py sdist), the combine.h header file