I have made an application in python3.7, with tkinter, when coding is all correct, it works perfectly, but when doing it executable with cx_freeze, in a section of my application where I open a calendar, the error jumps.
I think you have to add something else to the folder where the executable is, since before reaching this point you should also copy some more files that were not added with when doing the build.