I've got a Python CLI tool that I'd like to wrap with the Gooey module to create a nice interface for my users. I'd also like to package the tool using PyInstaller to create a Max OSX app. This works and I can open the GUI app on my Mac, however, if I give the app to someone else they get an error dialog:
"myapp" can't be opened because Apple cannot check it for malicious software.
I've tried a few command line options with PyInstaller, but still no luck. Does anyone have any suggestions or pointers that could help me resolve this problem?