Configurator.py on windows

hey i world like to set up the configurator.py on windows but i dont know what i have to do.I already have python 2.7 installed. Anyone able to help me execute this file?

What configurator.py are you referring to? In general: Home Assistant requires Python 3. So only having Python 2.7 may be the initial problem.

This one https://home-assistant.io/docs/ecosystem/hass-configurator/

Then you need to install Python 3. And once that’s installed you can execute it via commandline with python3 configurator.py after you have navigated to the folder where the file is located.

1 Like