Compiling a CPython library on Mac OSX

Boris Boutillier boris.boutillier at arteris.net
Fri Dec 12 11:53:55 EST 2003


On Fri, 12 Dec 2003 17:50:46 +0100, Just wrote:

> In article <pan.2003.12.12.16.44.08.101651 at arteris.net>,
>  "Boris Boutillier" <boris.boutillier at arteris.net> wrote:
> 
>> I'm trying to make a port of a python library written in C to Mac OsX,
>> is there some documentation to help in the process ? I m having trouble
>> with the creation of the shared library, and I'm not sure this is the way
>> it should be done.
> 
> 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.

Boris





More information about the Python-list mailing list