0

I'm getting this, from a Traits/UI application running under Windows7Pro:

> Exception occurred in traits notification handler. Please check the
> log file for details.

Where can I find the log file that it speaks of?

dbanas
  • 1,707
  • 14
  • 24

1 Answers1

0

1) If your application has configured a log file, the traits logging will be there by default, otherwise I think there will be no log file. It's simple to configure; see https://docs.python.org/2/howto/logging.html#logging-to-a-file

2) But the info in that file might not actually be very useful for debugging, unless you take additional steps. See http://traits.readthedocs.io/en/latest/traits_user_manual/debugging.html#re-raising-exceptions-in-change-handlers

Jonathan March
  • 5,800
  • 2
  • 14
  • 16