[Distutils] specifying headers for an extension

Rene Liebscher R.Liebscher@gmx.de
Tue Mar 5 05:25:01 2002


Michael Hudson wrote:
> 
> Achim Gaedke <Achim.Gaedke@uni-koeln.de> writes:
> 
> > I need such things too.
> 
> > In my case there is the module initialisation in the *module.c file
> > and some 100 of method definitions in another that is included into
> > the first.
> >
> > It would be nice if setup.py can handle this.
> 
> There's a bug on sf on this, assigned to me.  I'm not likely to get to
> it soon, I'm afraid.  Patches welcome :)
> 
> Cheers,
> M.
> 
Not a finished patch but some ideas for it.

See at
http://mail.python.org/pipermail/distutils-sig/2000-December/001785.html
http://mail.python.org/pipermail/distutils-sig/2000-December/001786.html

Rene