Search code examples
openpyxlcx-freeze

cx_freeze - unable to import openpyxl


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.


Solution

  • There is no solution, the team who developed cx_freeze has acknowledged the problem. But can't find any good solution to the problem, and therefor chose to not fix it.