When using cx_Freeze and Tkinter, I am given the message:
File \"C:\\Users\\VergilTheHuragok\\AppData\\Local\\Programs\\Python\\Python35-32\\lib\\tkinter\\__
After fixing these issues cx_freeze was still unable to import the dependencies of pandas (namely numpy). To fix this I literally copied and pasted the entire folders into the directory of the .py file I was trying to compile. The executable needs to be in the same directory (so it isn't necessarily stand-alone) but it runs with pandas and numpy.