Re: [Pythonmac-SIG] dl module on Mac python builds

2006-03-06 Thread Ronald Oussoren
On 7-mrt-2006, at 2:04, Zachary Pincus wrote: > Hi folks, > > Despite the fact that dlopen() is available on OS X for 10.3 and > above, the python dl module has not been made available on 10.3 and > 10.4. > > Specifically, some code in the python setup.py script explicitly > prevents the dl modul

[Pythonmac-SIG] dl module on Mac python builds

2006-03-06 Thread Zachary Pincus
Hi folks, Despite the fact that dlopen() is available on OS X for 10.3 and above, the python dl module has not been made available on 10.3 and 10.4. Specifically, some code in the python setup.py script explicitly prevents the dl module from being built on darwin even if python sees dlfcn