Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-29 Thread Kurt Roeckx
On Tue, Jul 27, 2010 at 11:41:19AM +0200, Emilio Pozuelo Monfort wrote: > On 27/07/10 08:54, Sandro Tosi wrote: > > On Tue, Jul 27, 2010 at 08:48, Josselin Mouette wrote: > >> Le mardi 27 juillet 2010 à 10:33 +0900, Shyouzou Sugitani a écrit : > >>> After upgrading from 2.17.0-2 to 2.17.0-3 I got

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-29 Thread Adam D. Barratt
On Thu, 2010-07-29 at 19:07 +0200, Emilio Pozuelo Monfort wrote: > Hi, > > On 27/07/10 11:41, Emilio Pozuelo Monfort wrote: > > Dear wanna-build maintainers: > > > > Can you binNMU pygtk_2.17.0-3 on sparc s390 mipsel mips kfreebsd-i386 > > kfreebsd-amd64 ia64 hurd-i386 hppa armel i386 > > > > Als

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-29 Thread Emilio Pozuelo Monfort
Hi, On 27/07/10 11:41, Emilio Pozuelo Monfort wrote: > Dear wanna-build maintainers: > > Can you binNMU pygtk_2.17.0-3 on sparc s390 mipsel mips kfreebsd-i386 > kfreebsd-amd64 ia64 hurd-i386 hppa armel i386 > > Also dep-wait it for python-numpy 1:1.4.1-3, which is the fixed package we > need.

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-27 Thread Emilio Pozuelo Monfort
On 27/07/10 08:54, Sandro Tosi wrote: > On Tue, Jul 27, 2010 at 08:48, Josselin Mouette wrote: >> Le mardi 27 juillet 2010 à 10:33 +0900, Shyouzou Sugitani a écrit : >>> After upgrading from 2.17.0-2 to 2.17.0-3 I got an error >>> "pygtk was not compiled with Numeric Python support". >>> >>> $ pyt

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-26 Thread Sandro Tosi
Hi, On Tue, Jul 27, 2010 at 08:48, Josselin Mouette wrote: > Le mardi 27 juillet 2010 à 10:33 +0900, Shyouzou Sugitani a écrit : >> After upgrading from 2.17.0-2 to 2.17.0-3 I got an error >> "pygtk was not compiled with Numeric Python support". >> >> $ python >> >>> import gtk >> >>> pixbuf = gt

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-26 Thread Josselin Mouette
Le mardi 27 juillet 2010 à 10:33 +0900, Shyouzou Sugitani a écrit : > After upgrading from 2.17.0-2 to 2.17.0-3 I got an error > "pygtk was not compiled with Numeric Python support". > > $ python > >>> import gtk > >>> pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 100, 100) > >>> pixbuf

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-26 Thread Shyouzou Sugitani
Package: python-gtk2 Version: 2.17.0-3 Severity: normal After upgrading from 2.17.0-2 to 2.17.0-3 I got an error "pygtk was not compiled with Numeric Python support". $ python >>> import gtk >>> pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 100, 100) >>> pixbuf.get_pixels_array() Trac