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 experience, object to.

I’ve been pointed to PyInstaller which might be a solution for distributing the 
Python script separately.

Cheers.


Garry
macy...@gmail.com

> On 3 Oct 2021, at 3:00 am, pythonmac-sig-requ...@python.org 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 
> <https://www.python.org/ftp/python/3.9.7/python-3.9.7-macosx10.9.pkg>
> There is no simple way to embed a Python installation within an AppleScript 
> applet. If you're doing that, you might as well all the way and deploy your 
> script as a full Mac application with Python libraries bundled using a tool 
> like py2app. 
> 
> --Kevin 
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to