Humberto A Sanchez II

Results 58 comments of Humberto A Sanchez II

Hopefully this will get updated

Any other comments on this. I am getting ready to plunk down $99 on the Apple Developer program so I can get code signing key?

That pdf document begat the convenience scripts at this [repository](https://github.com/hasii2011/CodeSigningScripts)

Curious; Even though does not sign, it can execute local; I sign it via my [instructions](https://github.com/hasii2011/CodeSigningScripts); However, from Apple notarization fails for this reason: ``` { "severity": "error", "code": null,...

It can be rather opaque. I documented how I sign my py2app applications here: [Code Signing](https://hsanchezii.wordpress.com/2021/10/06/code-signing-python-py2app-applications/)

I tried that and Apple implies that in some instances that does not work; BTW, the scripts are all on my repository and they are well documented; [codesign](https://github.com/hasii2011/CodeSigningScripts)

When you say import from a _platform independent wheel_ is that PyPi? To answer your questions Yes, you can git clone the gittodoistclone project `pip3 install -r requirements.txt` then run...

Ok, upgrade to 0.26.1 and problem goes away. Reverted back to 0.26 and problem does not exist anymore; Not sure what happened; But I am going to stay on 0.26.1...