[Bug 360097] Re: meld crashed with AttributeError in <module>()

VinceLe vincent.legoll at gmail.com
Sun Apr 12 20:07:52 UTC 2009


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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list