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