I'm trying to import gnomekeyring in ipython, but it's giving me the following error:
<ipython-input-3-8e3631b2d189> in <module>()
----> 1 import gnomekeyring as gk
ImportError: could not import gobject (could not find _PyGObject_API object)
The import works fine when I'm in the standard python console. All the functions work as expected. How would I debug this problem?