Python - fallo al iniciar nicotine+ en en gentoo

 
Vista:

fallo al iniciar nicotine+ en en gentoo

Publicado por pepe (1 intervención) el 19/03/2014 05:51:34
Hola.

Copio el mensaje de error, tras una actualizacion en Gentoo, al lanzar nicotine+ desde el terminal.


nicotine
vie 00:42 Nicotine supports a country code blocker but that requires a (GPL'ed) library called GeoIP. You can find it here: C
library: http://www.maxmind.com/app/c Python bindings: http://www.maxmind.com/app/python (the python bindings
require the C library)
vie 00:42 Disabled UPnP support due to errors: Failed to import miniupnpc module: No module named miniupnpc. Also: Failed to
run upnpc binary: Problem while executing command ['upnpc'] (1 of 1)
vie 00:42 Failed to import the Mutagen library, falling back to old library. To improve meta data please install Mutagen.
vie 00:42 Note: Python Bindings for libsexy were not found. To enable spell checking, get them from
http://www.chipx86.com/wiki/Libsexy or your distribution's package manager. Look for sexy-python or python-sexy.
vie 00:42 La base de datos de archivos compartidos parece corrupta, vuelva a analizar sus compartidos
Traceback (most recent call last):
File "/usr/bin/nicotine", line 286, in <module>
run()
File "/usr/bin/nicotine", line 272, in run
app = frame.MainApp(config, plugins, trayicon, tryrgba, hidden, webbrowser)
File "/usr/lib64/python2.7/site-packages/pynicotine/gtkgui/frame.py", line 3605, in __init__
self.frame = NicotineFrame(config, plugindir, trayicon, rgbamode, start_hidden, WebBrowser)
File "/usr/lib64/python2.7/site-packages/pynicotine/gtkgui/frame.py", line 341, in __init__
self.LoadIcons()
File "/usr/lib64/python2.7/site-packages/pynicotine/gtkgui/frame.py", line 848, in LoadIcons
self.images[name] = loadStatic(name)
File "/usr/lib64/python2.7/site-packages/pynicotine/gtkgui/frame.py", line 812, in loadStatic
loader.close()
GError: No se ha reconocido el formato de imagen del archivo

Como uso Gentoo esto es lo que creo que puedo aportar.

Tengo seleccionada la version 3.3 .

eselect python list
Available Python interpreters:
[1] python2.7
[2] python3.3 *

Hice python_update.

Cambie el shebang en /usr/bin/nicotine por python3, pero tampoco funciono.

Lo intenete recompilando nicotine con python 2.7 y 3.3.
Desinstale la aplicacion y las dependencias.
Borre todos los archivos de configuracion.
Cambie el tema de iconos.
Lo volvi a recompilar y el error persiste.

No tengo ni idea sobre python.

En el mensaje de error, al margen de adverirme sobre la falta de librerias que no tengo instaladas para usar ciertas opciones del programa, creo que me informa sobre la imposibilidad de lanzar el GUI, de hecho el proceso si que se inicia y tengo que suspenderlo para recuperar el prompt.

En otro ordenador con Gentoo lo instale para comprobar si podria ser un bugg con alguna libreria. Pero funciona sin problemas.

No se si puedo aportar algun dato mas.

Gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder