Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Eric Firing
Ryan May wrote: > On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote: >> Ryan May wrote: >>> Hi, >>> >>> I just started running PyGTK 2.16 and noticed the following everytime >>> I run a matplotlib script: >>> >>> >>> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py

Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Ryan May
On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote: > Ryan May wrote: >> >> Hi, >> >> I just started running PyGTK 2.16 and noticed the following everytime >> I run a matplotlib script: >> >> >> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: >> DeprecationWar

Re: [matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Eric Firing
Ryan May wrote: > Hi, > > I just started running PyGTK 2.16 and noticed the following everytime > I run a matplotlib script: > > /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tooltips = gtk.Toolt

[matplotlib-devel] gtk.Tooltips() deprecated

2010-03-20 Thread Ryan May
Hi, I just started running PyGTK 2.16 and noticed the following everytime I run a matplotlib script: /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the new widget gtk.Tooltip self.tooltips = gtk.Tooltips() Right now, we support >=