Compiling a CPython library on Mac OSX

Just just at xs4all.nl
Fri Dec 12 12:49:40 EST 2003


In article <pan.2003.12.12.16.53.55.738393 at arteris.net>,
 "Boris Boutillier" <boris.boutillier at arteris.net> wrote:

> > Does it come with a setup.py file? In that case: just follow the regular 
> > instructions. Make sure you have the Apple developer tools installed.
> > 
> No at the moment this is not the case, this a personal extension I wrote
> and I didn't made it a distutil extensions.

In that case: use distutils :) It's the easiest way to build C 
extensions. A minimal setup.py is not hard to write.

Just




More information about the Python-list mailing list