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

I have just installed KALITE and get this error when I go to the path: C:\Python27\Scripts\kalite

I get the error:

Detected incompatible Python version 3.5.2
Please set the KALITE_PYTHON environment variable to a Python 2.7 interpreter.

I also can’t connect to the server via Chrome. I get this error:

This site can’t be reached

127.0.0.1 refused to connect.

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”