Johan Dahlin wrote:
1) Write C bindings for the library 2) Reimplement the library in python
1 is very painful and requires a lot of PythonC knowledge.
2 is possible since the library communicates with the daemon through a socket, so if you chose this you need to dig into the gnome-keyring sources and do exactly as it does.
Would 3) use ctype to make a lightweight wrapper of libgnome-keyring
be possible?
Guillaume _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
