GNOME Bugzilla – Bug 654685
Frequent LookupErrors
Last modified: 2011-07-16 00:25:27 UTC
When using ldtp (say, just having it sit there imported in an interactive python console), it doesn't take long for it to spit out a LookupError. After that, ldtp in that python session doesn't work. I'm not sure exactly what triggers it. I think it helps to be doing things elsewhere on the desktop. This is on Ubuntu 11.10, using 2.1.1-2ubuntu1. Traceback (most recent call last):
+ Trace 227774
event.source)
rel_set = acc.getRelationSet()
Atspi.Accessible.getRelationSet = lambda *args: exwrap(Atspi.Accessible.get_relation_set, *args)
raise LookupError LookupError
Have pushed the fix to git head, thanks for the bug report, please feel free to reopen the issue, if you still face the issue.