Python2.7.3/ Python-3.2.3 error

David Malcolm dmalcolm at redhat.com
Thu May 10 15:12:15 UTC 2012


On Wed, 2012-05-09 at 14:20 -0700, Rob Healey wrote:
> Greetings Everyone:
> 
> I know this was on this mailing list a while back and it was responded
> to by many people too...
> 
> I know there was a BZ tracker for it too, but it still has not been
> fixed yet!!!
> 
> I the tracker, it said that in certain circumstances, it would even
> crash.  I know that F17 Final is coming real soon, but could we have
> this one fixed first???
> 
> $ python /usr/lib/python2.7/site-packages/gramps/gramps.py
> 
> ** (process:3044): WARNING **: Trying to register gtype
> 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
> 
> ** (process:3044): WARNING **: Trying to register gtype
> 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
> 
> ** (process:3044): WARNING **: Trying to register gtype
> 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
> Gtk-Message: Failed to load module "pk-gtk-module"
> 
> It has nothing to do with the gramps software because it happens even
> with Python3-3.2.3, and gramps is not Python3 ready yet...
IIRC the above warning messages are an issue with a library's
introspection data, in pygobject2, I think.

See https://bugzilla.redhat.com/show_bug.cgi?id=790053#c1 onwards for a
discussion of them.

However, I believe that those warnings are probably benign (but of
course they ought to be fixed: programs shouldn't be spamming the
command line like that).

Is gramps crashing?  If so, it may well be a different issue, which
ought to get its own bug report (e.g. using abrt)

Hope this is helpful
Dave



More information about the test mailing list