06-19-2017, 02:31 PM
It only opens the console window because it's needing to send things to std-out and std-err, as you're now redirecting them, there's no-need to open the console window.
Note that putting print statements into python-fu code on Windows is potentially going to cause problems as they get sent to a buffer which will overflow and hang GIMP.
Note that putting print statements into python-fu code on Windows is potentially going to cause problems as they get sent to a buffer which will overflow and hang GIMP.