When I run my python scripts I generally run with the console open just to keep an eye on things. I have a script that calls 3 external command line apps one after the other.
On one pc all output from these apps appears in the console window and is scrollable. On another pc a new console window opens in turn for each of the three apps, making it impossible to read what has been happening.
Both machines are identical in both software and hardware!
Any idea why?
Sorry this is a bit off-topic, but it is relevant to Python...