Re: Question: Mac OS 10.6 and Python 2.6

2010-03-02 Thread Torsten Kurbad
Hi John, > I was wondering if anyone has been successful building > packages for python-ldap for Mac OS X 10.6 and Python 2.6. a bit outdated, but you might have a look at http://svn.iwm-kmrc.de/download/distribution/contrib/python_ldap-2.3.9-py2.6-macosx-10.3-fat.egg This .egg was built on OS

Re: Question: Mac OS 10.6 and Python 2.6

2010-03-02 Thread Michael Ströder
Torsten Kurbad wrote: > Exactly What kind of problem are you encountering while trying to > build on 10.6? Note that recent release 2.3.11 contains fixes for backward-compability to build with OpenLDAP 2.3 libs. You probably need that when building for Mac OS X. Ciao, Michael. --

Re: Question: Mac OS 10.6 and Python 2.6

2010-03-02 Thread John Cody
I've got the 2.3.11 release of python-ldap, latest version of XCode, and Python 2.6.2 installed. I run: $ sudo python setup.py build and I get the following output. extra_compile_args: extra_objects: include_dirs: /usr/include /usr/include/sasl library_dirs: /usr/lib libs: ldap_r lber sasl2 ssl c