On Sun, 2005-04-10 at 01:24 +0200, Chris Wilson wrote: > Hi all, > > I've been trying, without success, to find info on how to use python > with the evolution-data-server. Does anyone know how one would go > about this? Is there anything like evolution sharp in the Python > world.
Binding e-d-s is a pain for a variety of reasons. When I last tried I found that the main problems were that a lot of their signals have GList arguments (which are listed as gpointer in the object definitions) and a lot of their structs aren't registered as gtypes. Ian _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
