From: Michael D. <md...@st...> - 2012-06-14 00:52:50
|
I don't think this has anything to do with matplotlib, but instead just with pygobject (or perhaps just gtk itself) on Fedora 17. I suspect that this fedora bug is responsible: https://bugzilla.redhat.com/show_bug.cgi?id=790053 Importing gtk is enough to produce this warning: In [1]: import gtk ** (process:15013): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:15013): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:15013): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' Mike On 06/13/2012 05:40 PM, Neal Becker wrote: > Since installing this on fedora f17 x86_64, I see this warning: > > ipython -pylab > ... > > ** (process:26729): WARNING **: Trying to register gtype 'GMountMountFlags' as > enum when in fact it is of type 'GFlags' > > ** (process:26729): WARNING **: Trying to register gtype 'GDriveStartFlags' as > enum when in fact it is of type 'GFlags' > > ** (process:26729): WARNING **: Trying to register gtype 'GSocketMsgFlags' as > enum when in fact it is of type 'GFlags' > > Welcome to pylab, a matplotlib-based Python environment [backend: GTKAgg]. > For more information, type 'help(pylab)'. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |