Re: [Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Ned Deily
In article , "Michael O'Donnell" wrote: > Ooops, I spoke too soon. > > To repeat, 3.3.3 rc1 works fine with Maverick. > > However, after installing python 2.7.6rc1, Idle crashes > on launch (right click on a .py file, and select "Open with..." > and then select Idle "(2.7.6rc1)". > > The idle

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] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Michael O'Donnell
Ooops, I spoke too soon. To repeat, 3.3.3 rc1 works fine with Maverick. However, after installing python 2.7.6rc1, Idle crashes on launch (right click on a .py file, and select "Open with..." and then select Idle "(2.7.6rc1)". The idle window pops up for less than a second then disappears. No er

Re: [Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Michael O'Donnell
Hi Ned, Actually, the IDLE and Tkinter problems seem to be fixed in the rc1 release. At least, when I install it and run it, all functions as it should. Idle windows update as expected, and my tkinter application works again. Mick On 28 October 2013 09:58, Ned Deily wrote: > In article ,

Re: [Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Ned Deily
In article , Ned Deily wrote: > SInce OS X 10.9 Mavericks is now out, people are running into a severe > problem > when using some Python interpreters interactively. The symptom is that the > interpreter in interactive mode crashes after typing two lines: [...] > The fix for the problem has b