Autor Tópico: erro na execução do mintmenu  (Lida 1880 vezes)

Offline overlock_br

  • Usuário Ubuntu
  • *
  • Mensagens: 74
    • Ver perfil
erro na execução do mintmenu
« Online: 11 de Agosto de 2018, 01:43 »
Olá procedeu a instalação sem error do mintmenu no debian stretch com xfce,mas ao executar via terminal ;
Código: [Selecionar]
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 |

Offline swatquest

  • Usuário Ubuntu
  • *
  • Mensagens: 160
    • Ver perfil
Re:erro na execução do mintmenu
« Resposta #1 Online: 16 de Agosto de 2018, 01:06 »
acho que falta o python-pillow

tente instalar ele, e veja se o problema persiste