GNOME Bugzilla – Bug 581751
empathy_contact_[gs]et_account isn't binded in python-empathy
Last modified: 2009-05-09 14:40:29 UTC
Hello, empathy_contact_[sg]et_account isn't available in the python bindings for libempathy. AttributeError: 'empathy.Contact' object has no attribute 'get_account' Same for set_account
This is because there is no Python binding of mission-control (and so of McAccount).
it's also missing get_avatar and get_connection (and the correspongind set) should I open separate bug?
more generally it seem that any function which doesn't return a simple string, int or a Empathy* class isn't binded.
This is because there is no binding for tp-glib and mc API. I'm in favor of completely droping the python bindings because they are unusable. IMO the best way to do python programs for telepathy is using telepathy-python API directly and extend it to have high level objects, just like tp-qt4 does.