We have a scientific app based on QT and the scipy stack, compiling with cx_freeze for linux and windows targets. It worked fine with dev version cx_freeze 6.16 that was available during 2023 december ...
I am running into an issue with a script I've built into an executable using cx_freeze. The script works fine when run as a Python script, but when run as a cx_freeze application, it fails when it ...