erro na execução do mintmenu

Iniciado por overlock_br, 11 de Agosto de 2018, 01:43

tópico anterior - próximo tópico

overlock_br

Olá procedeu a instalação sem error do mintmenu no debian stretch com xfce,mas ao executar via terminal ;
mintmenu
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:50: RuntimeWarning: You have imported the Gtk 2.0 module.  Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail.  As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0
  warnings.warn(warn_msg, RuntimeWarning)
Traceback (most recent call last):
  File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 7, in <module>
    from gi.repository import MatePanelApplet
  File "/usr/lib/python2.7/dist-packages/gi/importer.py", line 140, in load_module
    raise ImportError(e)
ImportError: Requiring namespace 'Gtk' version '3.0', but '2.0' is already loaded


Como corrigir?
| Linux User # 480186 | Debian Wheezy | Kernel 3.2.4 rt & pf2 |

swatquest

acho que falta o python-pillow

tente instalar ele, e veja se o problema persiste