Python pygame exe build with cx_freeze TCL_LIBRARY error

I'm following this tutorial here to make a snakegame in pygame. Here is my setup.py code: import cx_Freeze executables = [cx_Freeze.Executable("snake.py")] cx_Freeze.setup( name="