Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ned Deily
In article <20120815122105.3847e...@pitrou.net>, Antoine Pitrou wrote: > On Wed, 15 Aug 2012 02:30:17 -0700 > Ned Deily wrote: > > 1. Gatekeeper singing on 10.8 > > > > [...] Quick summary is that we need to > > change the installer format that is used to be able to participate in > > the ins

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ronald Oussoren
On 15 Aug, 2012, at 11:30, Ned Deily wrote: > > > > 3. Download instructions and Xcode > > Jesse: >> I also concur with Raymond that the download/install instructions could be >> simplified. Noting for users that rather than downloading Xcode, they can >> just download the OSX Command Line

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Antoine Pitrou
On Wed, 15 Aug 2012 02:30:17 -0700 Ned Deily wrote: > > 1. Gatekeeper singing on 10.8 > > [...] Quick summary is that we need to > change the installer format that is used to be able to participate in > the installer singing program I first thought Apple had gone poetic and then I realized it

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ned Deily
Raymond raises a couple of issues and Jesse comments on those and brings up another issue. Let me address each in turn (and I apologize for the length!): 1. Gatekeeper singing on 10.8 In article , Raymond Hettinger wrote: > On Mountain Lion, the default security settings only allow installat

Re: [Python-Dev] Installation on Macs

2012-08-15 Thread Ronald Oussoren
On 15 Aug, 2012, at 2:33, Raymond Hettinger wrote: > On Mountain Lion, the default security settings only allow installation of > applications downloaded from the Mac App Stored and "identified developers". > > We need to either become an "identified developer" or include some > instructions

Re: [Python-Dev] Installation on Macs

2012-08-14 Thread Jesse Noller
I think becoming an apple signed developer to get a cert is the best approach. If anyone wanted to approach apple about open source/non profit gratis licenses, that would be appreciated. Otherwise I could do it / fund it from the PSF board side, which I am happy to do. I also concur with Raym