I have been trying to make .exe application from my python scripts using py2exe. However, I am seeing the following error message when I run my exe file.
Error message when I run my application
Can someone tell me whats wrong, since my python script runs smoothly in spyder IDE, but makes me hit my head on the wall when I try to run my exe application:(
Few ideas which I have thought about so far: My matplotlib backends are not configured properly since I am just printing my ggplot figures.