Signing wxpython os x app

Is there anything special one needs to do to
sign py2app generated apps ?

  I've tried:

      codesign -s <certificate-identifier>
  and:

      codesign --deep --signature-size 9400  -f -s

  but I when verifying it with "codesign -v" I get:

       src/dist/myapp.app: Unknown format in import.

       In architecture: i386

  The certificate is a .p12 file that was imported with KeyChain.app

to

  the System destination keychain.

  The certificate issuer is: DigiCert SHA2 Assured ID Code Signing

CA

  The app uses python2.7 (32-bit) and wxPython 2.8.12.1 (Carbon). 

Universal bundles with i386 and ppc architectures.

  Thanks for any thoughts :)

  Brendan.

py2exe can not sign a frozen app due to issues with Python ZIP
import, maybe py2app has a similar issue.
Maybe try pyinstaller they state that you can sign an app.
Werner

ยทยทยท

Hi,

  On 6/10/2014 16:34, Brendan Simon (eTRIX) wrote:
    Is there anything special one needs to do to

sign py2app generated apps ?

http://www.pyinstaller.org/