gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] meld+pygtk dependency problem


From: Sam Geeraerts
Subject: Re: [gNewSense-users] meld+pygtk dependency problem
Date: Sat, 29 Jan 2011 19:50:43 +0100
User-agent: Thunderbird 2.0.0.24 (X11/20100415)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]