Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-06-13 Thread Benjamin Root
On Mon, Jun 11, 2012 at 2:23 PM, Michael Droettboom wrote: > On 06/11/2012 02:17 PM, John Hunter wrote: > > On Mon, Jun 11, 2012 at 10:30 AM, Michael Droettboom > wrote: > >> John: Do you know which git revision you made the tarballs from? I'll > go > >> ahead and tag it. > > > https://github.c

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-06-13 Thread Michael Droettboom
On 06/13/2012 01:29 PM, Benjamin Root wrote: On Mon, Jun 11, 2012 at 2:23 PM, Michael Droettboom > wrote: On 06/11/2012 02:17 PM, John Hunter wrote: > On Mon, Jun 11, 2012 at 10:30 AM, Michael Droettboommailto:md...@stsci.edu>> wrote: >> John: Do you k

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-06-13 Thread John Hunter
On Wed, Jun 13, 2012 at 1:03 PM, Michael Droettboom wrote: > Is there a slight mix-up in the commits?  In the email John sent out, it had > commit f763cd11f50437568f8146b822ca8f25647cbb61 at the top of the log > (alternative baseline image for mathfont_stix_14.png). The tag is correct, the email

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-06-13 Thread Neal Becker
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

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-06-13 Thread Michael Droettboom
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 g