Many apps were created before Python's current popularity so they did not choose Python for scripting.
Lisp and Scheme are relatively easy to parse and were taught as part of introductory computer science courses (for example: https://ocw.mit.edu/courses/6-001-structure-and-interpretati...) before Python was taught for such courses.
This meant that a large number of programmers were / are familiar with Scheme or Lisp and that it could easily be added to projects without too much effort.
Scheme is still used in many projects:
Guile Scheme is the official extension scripting language of the GNU project:
https://www.gnu.org/software/guile/
The Gimp also uses Scheme for its Script-Fu:
https://docs.gimp.org/en/gimp-using-script-fu-tutorial.html
Lisps are also used:
AutoCAD uses AutoLisp:
https://blogs.autodesk.com/autocad/autolisp-to-automate-your...
Emacs uses EmacsLisp:
https://www.gnu.org/software/emacs/manual/html_node/elisp/in...