[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] 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

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

2021-10-04 Thread Vincentius Vincentius
it of automation added. > > Jack > > >> On 2 Oct 2021, at 16:22, Kevin Walzer > <mailto:k...@codebykevin.com>> wrote: >> >> >> On 9/28/21 1:12 AM, Vincentius Vincentius wrote: >>> >>> Can anyone help me with advice on how to cr