I get the error: Please set the KALITE_PYTHON environment variable to a Python 2.7 interpreter

Hi @Andy_Renz you need to set the KALITE_PYTHON environment variable to C:\Python27\python.exe. And try to run the “C:\Python27\Scripts\kalite start” in the command prompt to start the KA Lite server.

Here’s the command to set KALITE_PYTHON environment variable in the command prompt.

“setx KALITE_PYTHON C:\Python27\python.exe”