When I run a wxPython application, it prints the string “Redirecting output to win32trace remote collector”and I must open PythonWin’s trace collector tool to view that trace output.
Since I’m not interested in collecting this output, how should I disable this feature?
You can even pass that when you instantiate your wx.App():
wxPython wx.App docs