Instalar Picapy en Xubuntu?
Desde hace poco tiempo cambie Ubuntu por Xubuntu, y no había podido hacer que picapy corriera correctamente en Xubuntu, de hecho al iniciarse producía el siguiente error:
ERROR:root:Could not find any typelib for GnomeKeyring
Traceback (most recent call last):
File "/usr/bin/picapy", line 37, in <module>
from picapy import Picapy
File "/usr/share/
from preferences import Preferences
File "/usr/share/
from gkeyring import MyGnomeKeyring, NoPasswordFound, GnomeKeyringLocked
File "/usr/share/
from gi.repository import GnomeKeyring, GLib
ImportError: cannot import name GnomeKeyring
La solución fue instalar gir1.2-
sudo apt-get install gir1.2-
Question information
- Language:
- Spanish Edit question
- Status:
- Solved
- For:
- Picapy Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Omar Ruelas
- Solved:
- 2012-12-20
- Last query:
- 2012-12-20
- Last reply:
Hola Omar,
Entiendo que estás utilizando la versión de Precise Pangolin... En la nueva versión para Quantal Quetzal he quitado esta dependencia.
De cualquier forma lo tengo en cuenta para la vesión de Precise. Intentaré actualizar la versión para Precise en las próximas semanas.
Muchas gracias por tu información.
Saludos