[pygtk] Fatal Error: cannot Import bonobo.ui
Aaron Lewis
aaron.lewis1989 at gmail.com
Sat Jan 23 17:34:42 WST 2010
Can't Run terminator (kde app,using bonobo.ui) , Anyway to make it work ?
It suddenly stopped working..wondering why.
============================================
ImportError: could not import bonobo.ui
Traceback (most recent call last):
File "/usr/bin/terminator", line 156, in <module>
options.geometry)
File "/usr/lib/python2.5/site-packages/terminatorlib/terminator.py",
line 159, in __init__
self.gnome_client.connect_to_session_manager()
AttributeError: '__main__.GnomeClient' object has no attribute
'connect_to_session_manager'
=============================================
Try with Python Console:
=============================================
>>> import bonobo
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/var/lib/python-support/python2.5/gtk-2.0/bonobo/__init__.py",
line 7, in <module>
ORBit.load_typelib('Bonobo')
RuntimeError: could not load typelib
>>> import bonobo.ui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/var/lib/python-support/python2.5/gtk-2.0/bonobo/__init__.py",
line 7, in <module>
ORBit.load_typelib('Bonobo')
RuntimeError: could not load typelib
>>>
==========================================================
Anything else need to know ?
--
Best Regards,
Aaron Lewis
RedHat Certificated Engineer
SUPINFO UNIV.
More information about the pygtk
mailing list