Re: [Pythonmac-SIG] CPython on Mac OSX

2006-12-14 Thread Ronald Oussoren
The best way to do this is using distutils, which is the standard python package for building and installing python packages. The document at should get you going. To quote from that, create a setup.py containing: #BEGIN OF FILE from distutils.cor

Re: [Pythonmac-SIG] CPython on Mac OSX

2006-12-14 Thread Bob Ippolito
On 12/13/06, Gen Kazama <[EMAIL PROTECTED]> wrote: > Hi I'm running python 2.3 on 10.4. i made an application using a C backend > and a python frontend. > > This is a school project and although it works perfectly on the school > computers, i have trouble compiling the C code correctly on the mac

[Pythonmac-SIG] CPython on Mac OSX

2006-12-14 Thread Gen Kazama
Hi I'm running python 2.3 on 10.4. i made an application using a C backend and a python frontend. This is a school project and although it works perfectly on the school computers, i have trouble compiling the C code correctly on the mac to make it into a python module (maybe this is becaus