First time here? Check out the FAQ!

Revision history  [back]

This may be a bug fixed since the versions you're running. I'm not seeing it with Wing 7.2.5.1 on macOS or Windows and there have been relatively recent fixes to I/O buffering.

Note that if you set Python Options under the Debug/Execute tab of Project Properties then omitting -u may cause this. That tells Python to run in un-buffered mode. We specify that option by default but it's possible for the user to override this.

Please let us know if this does not help.