[Pythonmac-SIG] How to include or install a Python runtime in an AppleScript applet

2021-10-02 Thread Vincentius Vincentius
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

Re: [Pythonmac-SIG] How to include or install a Python runtime in an AppleScript applet

2021-10-02 Thread Kevin Walzer
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

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 189, Issue 1

2021-10-02 Thread Vincentius Vincentius
Kevin, many thanks. Requiring users to install Python themselves might be asking too much for many – they would just look somewhere else for a tool that doesn’t impose requirements. Anyway the standard install comes with developer tools that the ordinary user will not need and, from my experie