我正在尝试在 ipython 中导入 gnomekeyring,但它给了我以下错误:
<ipython-input-3-8e3631b2d189> in <module>()
----> 1 import gnomekeyring as gk
ImportError: could not import gobject (could not find _PyGObject_API object)
当我在标准python 控制台中时,导入工作正常。所有功能都按预期工作。我将如何调试这个问题?