Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-24 Thread Brendan Simon
On 25/08/2015 12:53 pm, Brendan Simon (eTRIX) wrote: > On 24/08/2015 1:23 am, [email protected] wrote: >> Subject: >> Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing >> From: >> Kevin Walzer >> Date: >> 24/08/2015 1:23 a

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-24 Thread Brendan Simon (eTRIX)
On 24/08/2015 1:23 am, [email protected] wrote: > Subject: > Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing > From: > Kevin Walzer > Date: > 24/08/2015 1:23 am > > To: > [email protected] > > > On 8/23/15 8:09 AM, Brendan Si

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-23 Thread Kevin Walzer
On 8/23/15 8:09 AM, Brendan Simon (eTRIX) wrote: Thanks for the help :) Unfortunately I haven't made any progress :( I've tried singing some of the binaries and frameworks from a bash script (and manually) but I still get errors :( I don't quite understand codesign_allocate and why you are us

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-23 Thread Brendan Simon (eTRIX)
On 23/08/2015 8:00 pm, [email protected] wrote: > > Subject: > Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing > From: > Kevin Walzer > Date: > 23/08/2015 1:08 pm > > To: > [email protected] > > > On 8/22/15 10:44 PM, Brenda

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-23 Thread Brendan Simon (eTRIX)
On 23/08/2015 8:00 pm, [email protected] wrote: > Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing > From: > Kevin Walzer > Date: > 23/08/2015 2:22 pm > > To: > Glyph > CC: > [email protected] > > > On 8/23/15 12:11 A

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-22 Thread Kevin Walzer
On 8/23/15 12:11 AM, Glyph wrote: I was /going/ to say something about how "codesigning" certificates have different X509 extensions in them, but then I clicked the link to "sslstart.com " and I got redirected to mac-protect dot info (not in URL syntax because it looks to b

Re: [Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-22 Thread Kevin Walzer
On 8/22/15 10:44 PM, Brendan Simon (eTRIX) wrote: $ codesign - -f --deep -s dist/.app The "deep" flag doesn't work anymore. Pretty much every binary object must be signed. Here's what I use to codesign one of my apps (the specific example is Perl, my current Python project is awaiting a

[Pythonmac-SIG] codesigning py2app/wxPython app failing

2015-08-22 Thread Brendan Simon (eTRIX)
I'm trying to codesign a wxPython app bundle generated with py2app. (python2.7, wxPython 3.0.2, Intel 64/32-bit, build on 10.10.5, XCode 6.4 installed) I'm getting the following error: $ codesign - -f --deep -s dist/.app dist/.app: code failed to satisfy specified code requirement(s) In subco