Hi,
I have a python mode script that has no setup() or draw() functions which is fine as 99% of the time the output is not viewed. This script has been exported to a 32 bit executable running on Win 10 and runs well however occasionally it is useful to be able to see the console output (e.g. error tracking) so is it possible to view the console window output when running a python mode script as an exported executable?