I went back to Python 3.7.3 (still with Pythinstaller 4.1.dev0) and the problem disappeared. Seems later versions of Python after 3.7.6 are problematic.
Mick On Thursday, 8 October 2020 at 12:04:58 UTC+2 Michael O'Donnell wrote: > Hi all, > > Just asking here in case anyone knows off the top of their heads the > solution to a problem I have. > > Using Python 3.8.6 and Pyinstaller 4.1.dev0 on Macosx 10.15.7 (Catalina) > > My application packages ok, but it when I click on the app to run it, > noting happens at all. When I check the console log, I see the problem > seems to be: > > /Users/michaelj.odonnell/Desktop/RECENT/UAMCT/UAMCT-OU/UAMCT-OU-50o/dist/UAMCorpusTool5.app/Contents/MacOS/Python > > signature not valid: -67030 > > AMFI: Check-fix enabled for binary > '/Users/michaelj.odonnell/Desktop/RECENT/UAMCT/UAMCT-OU/UAMCT-OU-50o/dist/UAMCorpusTool5.app/Contents/MacOS/Python' > > with TeamID 'DJ3H93M7VJ', identifier 'org.python.python': broken signature > treated as unsigned without privileges. This workaround will not work for > software built on or after 10.12. > > [executable<UAMCorpusTool5(501)>:9759] Death sentinel fired! > > So, the problem seems to be that the Python executable packed into the > standalone app is not validly signed, and thus the whole app is rejected. > > Has anyone seen this before? > > Mick > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/8f2dd277-e0c7-433b-9771-11a2d46a5a39n%40googlegroups.com.
