Hello,
I've just installed a snapshot built 2 days ago, the 2026-06-22
Golden Cheetah does not detect anymore the script
"D:\gilles.GoldenCheetah.pyfixes\fix_empty_temperatures.py" in the menu
"Edit" of the "activity" perspective.
The variable homedirectory=D:/gilles/.GoldenCheetah is defined in %APPDATA%/.goldencheetah.org/GoldenCheetah.ini
Python path is set to the install directory of golden cheetah.
.pyfixes/configglobal-pyfixes.ini contains:
[f0]
name=Fix Empty Temperatures
path=fix_empty_temperatures.py

Unlike as described on the page UG_Special-Topics_Custom-Data-Processors-in-Python , the Options > Data Fields > Processor & Automation tab on snapshot does not feature:


I found the cause : Python check box was disabled in Options :-(It works...This what one call a "slip" error in usability engineering.
Well, I should open a usability issue in this case.
Indeed, this checkbox is completely useless, and entering the path to the folder containing Python should be sufficient.
In fact, we shouldn't even have to enter the path to Python since it's the same as the Golden Cheetah installation path!
There: two fewer options. In intervals.icu, we don't bother with all that!
The fact is that most of FOSS projects that embed a Python interpreter (and a Python API) DON'T have an option to disable Python interpreter :- FreeCAD- GIMP ( To disable Python support in GIMP, you can either uninstall the Python modules or ensure that you are using a version of GIMP that does not include Python support. )- BlenderWhat kind of Golden Cheetah user would need to disable python support ?
If a user enters a valid python path, why this user would need to disable python support ?