Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-28 Thread Ned Deily
On Oct 28, 2013, at 11:46 , Andrew Barnert wrote: > Sorry, I've been trying to reproduce this, and I haven't identified exactly > what the problem is, except that you have to upgrade Xcode from 4.x to 5.0.1 > after upgrading to 10.9 and without upgrading/reinstalling Python. If I do > that, _

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-28 Thread Andrew Barnert
Sorry, I've been trying to reproduce this, and I haven't identified exactly what the problem is, except that you have to upgrade Xcode from 4.x to 5.0.1 after upgrading to 10.9 and without upgrading/reinstalling Python. If I do that, _sometimes_ it doesn't work, with failures looking for gcc-4.2

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-25 Thread Ned Deily
In article , Ned Deily wrote: > I'm really confused here. Using the current 2.7.5 64-bit installer (from > May) on 10.8.5 with Xcode 5.0.1 works just fine for me. Perhaps you are > seeing problems because you are trying to override Distutils defaults? If > you > don't set any of CC or LDS

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-25 Thread Ronald Oussoren
On Oct 25, 2013, at 03:47 AM, Andrew Barnert wrote:What we're seeing here is a conflict between Python's unfortunate insistence on using the same compiler toolchain for the main interpreter and anycompiled extensions, and Apple's remorseless dropping of stuff it no longersupports. Also Python havi

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Ned Deily
In article <1382665677.4566.yahoomail...@web184704.mail.ne1.yahoo.com>, Andrew Barnert wrote: > Also Python having a single binary for 10.6+. I understand that decision—the > only alternatives are to tell 10.6 users they're stuck with 2.7.5/3.3.2 > forever, or to double the number of builds and

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Ned Deily
In article <1382658638.14083.yahoomail...@web184703.mail.ne1.yahoo.com>, Andrew Barnert wrote: > If you use a binary installer of Python 2.7.5, 3.3.2, or 3.4.0a4 from > python.org on either 10.8 or 10.9, and you have Xcode 5, you can't build any > C extension modules, because you don't have a

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Andrew Barnert
> From: Kevin Walzer > Sent: Thursday, October 24, 2013 6:14 PM > > On 10/24/13 7:50 PM, Andrew Barnert wrote: >> What should users be doing until this is fixed? > > Build Python yourself, in my view. Python is one of the easiest scripting > languages to build. And once you do that, building

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Kevin Walzer
On 10/24/13 7:50 PM, Andrew Barnert wrote: What should users be doing until this is fixed? Build Python yourself, in my view. Python is one of the easiest scripting languages to build. And once you do that, building extensions is just a matter of sudo easy_install foo. What we're seeing her

[Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Andrew Barnert
If you use a binary installer of Python 2.7.5, 3.3.2, or 3.4.0a4 from python.org on either 10.8 or 10.9, and you have Xcode 5, you can't build any C extension modules, because you don't have a compiler named "gcc-4.2". What should users be doing until this is fixed? The workaround that everyone