ipython -pylab GTK message

Hi

I'm using MPL 0.81 on a Debian box. When I call ipython with the pylab option I get a GTK message which bothers me.

···

===============================================================================
elcorto@...662...:~$ ipython -pylab
/usr/lib/python2.3/site-packages/IPython/Shell.py:628: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
   self.gtk.timeout_add(self.TIMEOUT, self.on_timer)
Python 2.3.5 (#2, May 4 2005, 08:51:39)
Type "copyright", "credits" or "license" for more information.

IPython 0.6.13 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

   Welcome to pylab, a matplotlib-based Python environment.
   For more information, type 'help(pylab)'.

So far I discovered no problems while using MPL but I'm wondering what this message is.

cheers,
steve

Steve Schmerler wrote:

Hi

I'm using MPL 0.81 on a Debian box. When I call ipython with the pylab option I get a GTK message which bothers me.

===============================================================================
elcorto@...662...:~$ ipython -pylab
/usr/lib/python2.3/site-packages/IPython/Shell.py:628: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
   self.gtk.timeout_add(self.TIMEOUT, self.on_timer)
Python 2.3.5 (#2, May 4 2005, 08:51:39)
Type "copyright", "credits" or "license" for more information.

IPython 0.6.13 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

   Welcome to pylab, a matplotlib-based Python environment.
   For more information, type 'help(pylab)'.

So far I discovered no problems while using MPL but I'm wondering what this message is.

This is harmless, and will go away when you upgrade to ipython 0.6.15.

Best,

f