Hello everyone,
I made an executable of a python script using --w and the one file option.
When I run the python script it does what it requires to do.
However the executable runs for a while, but does not print any output.
The script reads input from excel, then transforms the input and writes the output to another excel file.
Somehow the executable does not do the same as the original python script.
Please help me!