pyGtk: Gtk missing error when get version

4.3k views Asked by At

When I startup /usr/bin/sniff which is a GUI monitor of dogtail I got below error:

Traceback (most recent call last):
  File "/usr/bin/sniff", line 13, in <module>
    gi.require_version('Gtk', '3.0')
  File "/usr/local/lib/python2.7/site-packages/gi/__init__.py", line 48, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available

And I execute the command python -c 'from gi.repository import Gtk' I got:

ERROR:root:Could not find any typelib for Gtk
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name Gtk

Any help? Thanks.

System: CentOS release 6.2(Final)

Python-2.7.3

0

There are 0 answers