Tôi đang cố gắng để meld 3.11 hoạt động trên Ubuntu 14.04
Tôi đã thử làm theo phương pháp dưới đây "
cd ~
git clone https://git.gnome.org/browse/meld
cd meld
sudo ln -s ~/meld/bin/meld /usr/bin/meld
Nhưng khi tôi chạy meld trong terminal thì tôi gặp lỗi sau
Traceback (most recent call last):
File "/usr/bin/meld", line 223, in <module>
setup_settings()
File "/usr/bin/meld", line 197, in setup_settings
cwd=melddir)
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Tôi không chắc chắn nếu vấn đề phụ thuộc của nó hoặc vấn đề đường dẫn python.