enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Better reporting of Qt import errors #1205

Open corranwebster opened 1 year ago

corranwebster commented 1 year ago

Currently if importing the Qt backend in pyface.qt fails, then the error message isn't particularly useful. We should at least log failures and tracebacks at the DEBUG level, if not the INFO level.

capn-freako commented 1 year ago

I'm working on this, in my own fork.

capn-freako commented 1 year ago

We should at least log failures and tracebacks at the DEBUG level, if not the INFO level.

@corranwebster , what is the preferred way to do this logging?

capn-freako commented 1 year ago

Please, see PR1230.