Re: logging in gi.repository import

2012-11-05 Thread Simon Feltman
The logged error is unnecessary: https://bugzilla.gnome.org/show_bug.cgi?id=687697 -Simon On Mon, Nov 5, 2012 at 12:53 PM, Robert Schroll wrote: > Hi all, > > Briefly: Why are import errors from gi.repository logged with logging.error? > Isn't the ImportError enough of a clue that something went

logging in gi.repository import

2012-11-05 Thread Robert Schroll
Hi all, Briefly: Why are import errors from gi.repository logged with logging.error? Isn't the ImportError enough of a clue that something went wrong? More detailed: I have an Python program that uses the Notify library, through pyGObject, as an optional dependency. I do the import somethi