[Bug 270181] Re: meld crash on startup

motoplux motoplux at gmail.com
Fri May 22 13:24:17 UTC 2009


*** This bug is a duplicate of bug 250525 ***
    https://bugs.launchpad.net/bugs/250525

I had the same problem on jaunty too, both with the version present in
the official repo and the more recent getdeb package.

motoplux at drake:~$ meld
Traceback (most recent call last):
  File "/usr/bin/meld", line 38, in <module>
    gettext.bindtextdomain("meld", paths.locale_dir())
AttributeError: 'module' object has no attribute 'locale_dir'

so I edited /usr/bin/meld and changed the first line from
#! /usr/bin/env python
to
#! /usr/bin/env python2.5

I think because my default python version is 2.6  and without being indicated, the program use it, reporting the error.
I know this is not a fix, just a workaraound to use it again.

-- 
meld crash on startup
https://bugs.launchpad.net/bugs/270181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list