<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 31, 2022, at 10:49 , Richard Seguin <<a href="mailto:riseguin@earthlink.net" class="">riseguin@earthlink.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Menlo-Regular; font-size: 11px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">The scripts are an interdependent mix of AppleScript and Python scripts. Apparently in 12.3, Apple removed Python 2 leaving the more secure Python 3, and the removal of Python 2 broke everything. On attempting to typeset I would get the following error message:</span></div></blockquote></div><br class=""><div class="">Correction: Apple never shipped Python 3, so there is no longer any version of Python shipped with OS X. Your easy button here is to install Python 2 using the installer package here:</div><div class=""><br class=""></div><div class=""><a href="https://www.python.org/downloads/release/python-2718/" class="">https://www.python.org/downloads/release/python-2718/</a></div><div class=""><br class=""></div><div class="">Caveats about Python 2 being unmaintained, less secure, etc apply, and migrating to Python 3 is probably a good idea. You can also find a binary installer for Python 3 at <a href="http://python.org" class="">python.org</a>. Apple ships a lobotomized Python 3 with its developer tools, but don't rely on it for general usage.</div><div class=""><br class=""></div><div class="">Adam</div><div class=""><br class=""></div></body></html>