#๐Ÿ”’ pyinstaller signature issue

18 messages ยท Page 1 of 1 (latest)

cinder geode
#

im on mac os and trying to bundle my kivy app to create a package, after creating the .app and the .spec file and trying to create the package using the .spec file, i get an error saying ..../_CodeSignatures/CodeResources is not a valid file. basically a signature is missing. not only the signature but the folder the signature should have been contained in too. im assuming in the first place when creating the .app and the .spec file the signing was never done. im using python3.12

brazen needleBOT
#

@cinder geode

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

stark tendon
#

what libary are you using to bundle python?

cinder geode
#

pyinstaller

stark tendon
#

this is one of the things your going to have to look up the output of the signature/contence of the file

cinder geode
stark tendon
#

did you use this option --osx-bundle-identifier during the build?

#

crap the really made it hard for mac dint they

#

it seems its a combination of things but security find-identity -p codesigning -v is how you check your identiy for code signing is valid. otherwise your using adhock signing

cinder geode
#

do you know a better lib to bundle apps in mac?

stark tendon
#

i dont realy do mac stuff ๐Ÿ™

#

first time i am spelunking mac python at all

cinder geode
#

hmm alr

#

lemme try to work this out a little further and if i cant

#

imma just switch to a different tool

brazen needleBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.