Re: [pygtk] I m getting DeprecationWarning for gtk.gdk.INTERP_BILINEAR

2005-06-21 Thread Steve McClure
On Tue, 2005-06-21 at 07:05 -0700, Mahmad Sadique Hannure wrote: > Hi to all, >I want to simply scale a image. I m using > Python2.4.3,Pygtk 2.0. >I hd scale my image by using function > scale_simple(width,height,gtk.gdk.INTERP_BILINEAR) > > > I m getting DeprecationWarning:Depr

[pygtk] I m getting DeprecationWarning for gtk.gdk.INTERP_BILINEAR

2005-06-21 Thread Mahmad Sadique Hannure
Hi to all, I want to simply scale a image. I m using Python2.4.3,Pygtk 2.0. I hd scale my image by using function scale_simple(width,height,gtk.gdk.INTERP_BILINEAR) I m getting DeprecationWarning:DeprecationWarning: integer argument expected, got float scale_simple(width,height,gt