could you try something to help pinpoint the bug ?

edit /usr/bin/meld, at line 32, you should see something like:

sys.path += [ "/usr/lib/meld" ]

try to replace the line with:

sys.path[0:0] = [ "/usr/lib/meld" ]

just replace "+=" with "[0:0] ="
and launch meld again, the same way as when it was failing, and report.

We're in the process of making a new release, so this one should be
fixed before.

-- 
meld crashed with AttributeError in <module>()
https://bugs.launchpad.net/bugs/360097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to