### Tkinter GUI Apps sometimes use the wrong version of Python in scripts. This can happen if multiple versions of Python are installed on a system. They should be using the version of Python that's found in ``sys.executable``. (``import sys; sys.executable``) Affected apps: ``sbase caseplans``, ``sbase commander``/``sbase gui``, ``sbase behave-gui``, ``sbase recorder``.