[matplotlib-devel] Embedding a plot in gtk3

2011-06-26 Thread Narf
Hi, I'm porting a python application that makes use of matplotlib from gtk2 to gtk3. However, if I try to embed a matplotlib graph in a gtk3 app I get this: /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller

Re: [matplotlib-devel] Embedding a plot in gtk3

2011-06-26 Thread Darren Dale
On Sun, Jun 26, 2011 at 11:57 AM, Narf wrote: > Hi, > > I'm porting a python application that makes use of matplotlib from > gtk2 to gtk3. I don't think matplotlib includes support for PyGObject yet, so gtk3 is not supported. --