View Single Post
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#2
Originally Posted by falkontre View Post
I've found on pymaemo web site some examples about abook, the python module that is used to access address book.
Unfortunately, libabook has no Python bindings on Fremantle at the moment.

There are two alternatives:
  1. python-evolution can give you access to the local Evolution database part of the address book.
  2. Use ctypes to talk directly to libabook.

Both have advantages and disadvantages, and both are used in Hermes, see contacts.py and hermes.py for examples:

https://git.maemo.org/projects/herme...;f=package/src
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following User Says Thank You to Jaffa For This Useful Post: