Hi,
I'm trying to figure out how to talk to Tracker using the Python Dbus
module. I've found some examples but I can't seem to make them work.
For example I have tried:
------------------------------------------------------
import dbus
bus = dbus.SessionBus()
obj = bus.get_object('org.freedesktop.Tracker', '/org/freedesktop/tracker')
keywords = dbus.Interface(obj, 'org.freedesktop.Tracker.Keywords')
keywords.GetList('Files')
DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method
"GetList" with signature "s" on interface
"org.freedesktop.Tracker.Keywords" doesn't exist
-------------------------------------------------------
I've tried the Async variant also with the same result.
I'm using Ubuntu Jaunty with Tracker from the Ubuntu repository.
Any help will be appreciated.
gb
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list