Closed harshil21 closed 1 year ago
Btw it would be helpful to not suppress all the outputs
In the built version, made with cx_Freeze, keeping the output causes a terminal window to be open all the time while the program is running, which I didn't want. I might find a way to have the output available during dev and disabled during prod.
This is what was causing infinite loading for me. Seems like at least on newer pythons (I tested on py3.9) we need to set a string. Closes #2
Btw it would be helpful to not suppress all the outputs