Re: [Pythonmac-SIG] Building Python 2.3 on Mac OS X 10.5.5

2008-11-30 Thread Bill Janssen
See http://mail.python.org/pipermail/python-dev/2008-March/077380.html. Bill [EMAIL PROTECTED] wrote: > I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it > simply to test my lockfile package. It configures fine and the basic make > step works, but the executable has some so

[Pythonmac-SIG] Building Python 2.3 on Mac OS X 10.5.5

2008-11-30 Thread skip
I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it simply to test my lockfile package. It configures fine and the basic make step works, but the executable has some sort of problem with semaphore operations: % ./python.exe sem_init: Function not implemented sem_wa