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

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com

_______________________________________________
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