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@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to