Another option would be that the AppleScript checks whether the correct Python
is installed (or maybe one of several usable Pythons, for example the official
Python 3.x installer or a brew installation) and use that if it is. And if no
suitable Python is found it could redirect the user to a web
On 9/28/21 1:12 AM, Vincentius Vincentius wrote:
Can anyone help me with advice on how to create and distribute a
Python runtime (with my applet) ?
Point your users to the installer for the Mac version of Python:
https://www.python.org/ftp/python/3.9.7/python-3.9.7-macosx10.9.pkg
There is
Hello,
I am not a Python developer. So, please forgive the intrusion.
I have developed an AppleScript applet which provides a GUI “frontend” for a
Python script provided by another developer. The applet runs on any version of
macOS from OSX 10.10 up.
The Python script is very functional but