That is a different issue.  Actually, all the error messages posted
after the bug was marked "fix released" are different than the one
originally reported, making them different bugs.  And of those, two
separate bugs are represented (two very different error messages).  This
bug was correctly marked "fix released".  It's adviseable to file new
bug reports for these other errors (if they haven't already been
reported).

With python traces, it's generally sufficient to compare only the last 2
or 3 lines of output.  For example,

IndexError: list index out of range

is a problem with an array, while:

AttributeError: 'NoneType' object has no attribute 'split'

means we were trying to break up a string that didn't exist, so those
are two distinct problems, each of which is distinct from the original
bug, which said:

UnboundLocalError: local variable 'last_time' referenced before
assignment

-- 
The module Display could not be loaded
https://launchpad.net/bugs/33259

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

Reply via email to