[pygtk] Is there a gnome keyring api for PyGi?
John Stowers
john.stowers.lists at gmail.com
Fri Jun 10 09:14:44 WST 2011
On Thu, 2011-06-09 at 18:26 +0000, Leon Bogaert wrote:
> Hi all,
>
> Is there a Gnome Keyring api for pygi? I tried something like this:
> >> from gi.repository import GnomeKeyring
>
> But I can't find the module to load. Does someone know if/how I can access the Gnome Keyring api with python gobject introspection?
I dont know sorry. Check the configure.ac in libgnomekeyring to see if
it supports introspection
> Or should I just use the static gnomekeyring?
>
You cannot mix static and gi bindings (to GObject libraries) in the same
application.
John
> Regards,
> Leon
> _______________________________________________
> pygtk mailing list pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
More information about the pygtk
mailing list