Dear Friends,
I have 6 programs in python. I am using the cx_freeze library to generate these executables.
For 5 of them that are simple codes (file read, data cleanup ...) I was able to run .exe successfully.
However for one of the modules that work with multiple libraries (such as fbprophet, multiprocessing cython, scipy and others) at runtime .exe generates errors and does not execute.
It is noteworthy that without being through .exe the code executes perfectly (python myproject06.py).
Does anyone have any other suggestions for generating .exe that is efficient? Any alternatives?
Thanks!
Python Version:
Python 3.7.4
Operating System:
Windows 10 Pro

I have 6 programs in python. I am using the cx_freeze library to generate these executables.
For 5 of them that are simple codes (file read, data cleanup ...) I was able to run .exe successfully.
However for one of the modules that work with multiple libraries (such as fbprophet, multiprocessing cython, scipy and others) at runtime .exe generates errors and does not execute.
It is noteworthy that without being through .exe the code executes perfectly (python myproject06.py).
Does anyone have any other suggestions for generating .exe that is efficient? Any alternatives?
Thanks!
Python Version:
Python 3.7.4
Operating System:
Windows 10 Pro
