There are lots of articles talking about how to create an executable (.exe) file from Python script on Windows from command line (by using py2exe, etc.). However, I have not had any luck finding how to make buildbot tool automatically create the executable file from Python script every time it runs.
I am running buildbot tool on Windows XP.
Is there a compile command to configure the master.cfg in buildbot to generate the python .exe file?