I\'m running into an issue with cx_Freeze when running a frozen application (works fine unfrozen).
cx_Freeze
When running the program it results in the following
I had the same problem recently. Setting LD_LIBRARY_PATH= solved the problem.