[wxPython-mac] problem with wxpython not error output

Christopher Barker Chris.Barker at noaa.gov
Tue Sep 18 09:08:23 PDT 2007


Robin Dunn wrote:
>> but i can't see error messages ..
> You can change the redirection behavior by 
> how you instantiate the app object:


This is such a common issue that I have to think it's be better to 
change the default in the wx.App() constructor to False.

Principle of least surprise -- people can figure out how to re-direct 
their errors once they've got the app working.

On the other hand, if people start up their app by clicking, rather than 
  from a command line, then I guess they lose their output that way.

Oh well, I guess we'll just have to keep answering that question!

-CHB



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-mac mailing list