I've been trying to install Meld on my Red Hat Enterprise 3 workstation. It installs, but it bombs immediately when I run it. Can you offer any advice?
$ meld
Traceback (most recent call last):
File "/usr/share/meld/meld", line 47, in ?
__builtins__.__dict__["ngettext"] = gettext.ngettext
AttributeError: 'module' object has no attribute 'ngettext'
I've listed my full installation and execution steps below:
rpm -qa | grep gnome
gnome-python2-1.99.14-5
rpm -qa | grep python
python-2.2.3-6.1
rpm -qa | grep pyorbit
pyorbit-1.99.3-5
rpm -qa | grep pygtk
pygtk2-1.99.16-8
rpm -ivh meld-1.1.2-2.1.el3.test.noarch.rpm
error: Failed dependencies:
gnome-python2-gconf >= 1.99 is needed by meld-1.1.2-2.1.el3.rf
Suggested resolutions:
/var/spool/up2date/gnome-
python2-gconf-1.99.14-5.i386.rpm
rpm -qa | grep gnome-python2-gconf
(nothing)
rpm -ivh gnome-python2-gconf-1.99.14-5.i386.rpm
(installed)
rpm -ivh meld-1.1.2-2.1.el3.test.noarch.rpm
(installed)
$ meld
Traceback (most recent call last):
File "/usr/share/meld/meld", line 47, in ?
__builtins__.__dict__["ngettext"] = gettext.ngettext
AttributeError: 'module' object has no attribute 'ngettext'
"Download and install pyorbit pygtk gnome-python from your favourite gnome mirror. You will need to both build and install them to the same $prefix and in that order. This is a gnome-python limitation." - I don't know what they mean by "$prefix"
Thanks,
- Chris