Bug#481457: python-gtk2: 2.12.1-2 breaks matplotlib and likely 	other apps as well
    Manuel Metz 
    mmetz at astro.uni-bonn.de
       
    Fri May 16 12:00:10 UTC 2008
    
    
  
Loïc Minier wrote:
> On Fri, May 16, 2008, Manuel Metz wrote:
>> Minor comment: I didn't re-build pygtk (how can I), I only rebuild  
>> matplotlib from svn, but debian matplotlib failed before, too.
> 
>  Please try rebuilding pygtk; we're working on a patch for versions
>  built against older python2.5 too.
> 
>  To rebuild pygtk, see the first steps of e.g.:
>     http://wiki.debian.org/HowToGetABacktrace
> 
>  (apt-get install, apt-get build-dep, and apt-get -b; no need for
>  DEB_BUILD_OPTS)
... it's me again ... I can not even run a very simple gtk app:
import gtk
win = gtk.Window(gtk.WINDOW_TOPLEVEL)
win.set_title("GTK Simple Test")
win.connect("delete-event", gtk.main_quit)
win.realize()
win.show_all()
gtk.main()
It's the same behavior - switching back to python-gtk2: 2.12.1-1 
everything works fine again.
Manuel
    
    
More information about the pkg-gnome-maintainers
mailing list