Ivan Ivanov wrote:
Here is the error in the console:
$ meld
No module named pygtk
Meld requires pygtk2.6.0 or later.

Check that you really have python-gtk2 installed:

apt-cache policy python-gtk2

Check if it actually works with:

python   # Starts a Python console, with a >>> prompt
import pygtk
import gtk
gtk.pygtk_version
quit()

That second to last command prints "(2, 12, 1)" on my system, which agrees with packages version 2.12.1-0ubuntu1 I have installed.

_______________________________________________
gNewSense-users mailing list
gNewSense-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to