Hello everyone, I'd like to test a Qt-based application, but something is missing in my setup. If I start a KDE application or even Qt Linguist I can see it in the application list and in the window list, bu if I try to list the objects I get the error message below.
--------------------------------------------------------------------------- Fault Traceback (most recent call last) <ipython-input-4-b3ff30e9bb1e> in <module>() ----> 1 getobjectlist('dlgQtLinguist') /usr/lib/python2.7/dist-packages/ldtp/client.pyc in __call__(self, *args, **kwargs) 68 for k, v in kwargs.items()]))) 69 args += (kwargs,) ---> 70 return self.__send(self.__name, args) 71 72 class Transport(xmlrpclib.Transport): /usr/lib/python2.7/xmlrpclib.pyc in __request(self, methodname, params) 1576 self.__handler, 1577 request, -> 1578 verbose=self.__verbose 1579 ) 1580 /usr/lib/python2.7/dist-packages/ldtp/client.pyc in request(self, host, handler, request_body, verbose) 185 raise LdtpExecutionError(e.faultString.encode('utf-8')) 186 else: --> 187 raise e 188 189 def __del__(self): Fault: <Fault 8002: "No such object path '/org/a11y/atspi/accessible/36771520'"> Can someone give me a hint? -- Federico _______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev