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.h: 
> No such file or directory

This is a known problem when using a non-Apple supplied Python install:

http://bugs.python.org/issue6957

The bug has more details, but the basic workaround is to install the 10.4 SDK 
(it's an optional package when installing Xcode) and using GCC 4.0 instead of 
the default 4.2.

-- 
Ben



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Python-LDAP-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev


Re: Contributing Mac OS X packages to PyPI

2010-03-04 Thread Michael Ströder
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 Windows installers? They
> can be very useful for users that don't have Xcode / gcc installed.

Sorry, for answering that late. Do you have a PyPI account? I'd appreciate to
see the builds there.

Ciao, Michael.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Python-LDAP-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev


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 Windows installers? They
>> can be very useful for users that don't have Xcode / gcc installed.
> 
> Sorry, for answering that late. Do you have a PyPI account? I'd appreciate to
> see the builds there.

I do - I'm jatoben. I'd be happy to either upload the builds directly, or send 
them to you to do so.

-- 
Ben

smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Python-LDAP-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev