Ed Leafe wrote: > On Jun 21, 2007, at 3:46 PM, Paul McNett wrote: > >> Removed the "PyOpenGL is not loaded..." message from displaying >> during dabo.ui.loadUI(). >> Instead, an exception is raised when you try to instantiate dGlWindow. > > +1 > > BTW, what do you think about removing a lot of the other "info" > messages? They seem unnecessary to me, and tend to obscure error > messages that are also logged to stdout.
I'm not sure. The Dabo infoLog defaults to sys.stdout, and errorLog defaults to sys.stderr. It is only a coincidence that stdout and stderr go to the console. It seems that the logged information could be helpful, but if it isn't then people could direct infoLog to a file or the bitbucket. So, I think we need to answer a couple questions: 1) What types of information should go to the dabo infoLog 2) Should the dabo infoLog log to stdout by default, or somewhere else? -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
