I am using cx_freeze to create a .exe file which accesses the openpyxl module. However when the application tries to import openpyxl it crashes, telling: "Python stopped working"
It seems to be some kind of bug with cx_freeze, so far I haven't found any solution on google and therefor chose to ask here.