Re: Contributing Mac OS X packages to PyPI

2010-03-04 Thread Ben Gollmer
On Mar 4, 2010, at 3:40 PM, Michael Ströder wrote: > Ben Gollmer wrote: >> I have built universal binary packages for Python-LDAP 2.3.10 on both >> Mac OS X 10.5 (Python 2.5) and 10.6 (Python 2.6). Is it possible to add >> these to the PyPI page, to go along with the Win

Re: Question: Mac OS 10.6 and Python 2.6

2010-03-04 Thread Ben Gollmer
On Mar 2, 2010, at 11:41 AM, John Cody wrote: > 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. > /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg

Contributing Mac OS X packages to PyPI

2009-11-04 Thread Ben Gollmer
I have built universal binary packages for Python-LDAP 2.3.10 on both Mac OS X 10.5 (Python 2.5) and 10.6 (Python 2.6). Is it possible to add these to the PyPI page, to go along with the Windows installers? They can be very useful for users that don't have Xcode / gcc installed. Cheers, --