Hello, I recently installed redhat 8 (fresh install - not upgrade) and
then installed the gtk and gnome bindings (1.99.15 and pyorbin 1.99.3)
Now when I run an app that previously worked with the 7.2 install of rh
I get:
Fatal Python error: could not import bonobo.ui
Aborted
so I go interactive:
Python 2.2.1 (#1, Aug 30 2002, 12:15:30)
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bonobo.ui
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/gtk-2.0/bonobo/__init__.py",
line 7, in ?
ORBit.load_typelib('Bonobo')
RuntimeError: could not load typelib
>>> import bonobo
>>> import bonobo.ui
>>>
Now I don't actually import bonobo or bonobo.ui in my app, so I try
this:
Python 2.2.1 (#1, Aug 30 2002, 12:15:30)
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnome.ui
Fatal Python error: could not import bonobo.ui
Aborted
Any clues?
--
* Rob Brown-Bayliss
* =================
* zoism.org
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/