I am trying to apply a patch for meld from https://bugzilla.gnome.org/show_bug.cgi?id=680569 myself, and I am having problems with this:
$ git clone git://git.gnome.org/meld $ cd meld $ python setup.py build $ bin/meld 2014-01-11 16:30:44,736 ERROR root: Could not find any typelib for GtkSource Cannot import: GtkSourceView cannot import name GtkSource
I don't know much about Python, etc. I donβt know (yet) what typelib is for Python - enlighten me! ;-) I looked around and dimly realized that this had something to do with an exotic fruit;) called gir, but it does not seem to help:
$ sudo apt-get install gir1.2-gtk-3.0 gir1.2-gtk-3.0 is already the newest version. $ sudo apt-get install gir1.2-gtk-2.0 The following NEW packages will be installed: gir1.2-gtk-2.0 Setting up gir1.2-gtk-2.0 (2.24.20-1ubuntu1) ... $ bin/meld 2014-01-11 16:32:24,133 ERROR root: Could not find any typelib for GtkSource Cannot import: GtkSourceView cannot import name GtkSource
What am I missing? Thanks!
python pygtk pygobject meld
vorburger
source share