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.

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to