Description of problem: It's deja vu all over gain: Fatal Python error: could not import bonobo.ui bash: Fatal: command not found Version-Release number of selected component (if applicable): [root@amd1900 i386]# rpm -q redhat-config-printer redhat-config-printer-0.6.47-1 [root@amd1900 i386]# rpm -q redhat-config-printer-gui redhat-config-printer-gui-0.6.47-1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: /usr/lib/python2.2/site-packages/gtk-2.0/bonobo exists. /usr/lib/python2.2/site-packages/bonobo does NOT. I'm not sure which part of gnome-python2 is the problem, but I upgraded to latest rawhide: gnome-python2-canvas-1.99.14-5 gnome-python2-gtkhtml2-1.99.14-5 gnome-python2-1.99.14-5 gnome-python2-gnomevfs-1.99.14-5 gnome-python2-bonobo-1.99.14-5 gnome-python2-gconf-1.99.14-5 gnome-python2-nautilus-1.99.14-5 gnome-python2-applet-1.99.14-5 and the latest bonobo components: bonobo-1.0.22-4 libbonoboui-devel-2.2.0-1 bonobo-activation-2.2.0-2 bonobo-conf-devel-0.16-5 libbonobo-2.2.0-1 gnome-python2-bonobo-1.99.14-5 bonobo-devel-1.0.22-4 libbonobo-devel-2.2.0-1 libbonoboui-2.2.0-1 bonobo-activation-devel-2.2.0-2 bonobo-conf-0.16-5
FWIW, i also got the latest python: rpm -q python python-2.2.2-22
I really think this is the wrong component to file the bug against. What does this say?: python -c 'import bonobo.ui'
As you suspected: python -c 'import bonobo.ui' Traceback (most recent call last): File "<string>", line 1, in ? File "/usr/src/build/218968-i386/install/usr/lib/python2.2/site-packages/gtk-2.0/bonobo/__init__.py", line 6, in ? ImportError: /usr/lib/python2.2/site-packages/ORBit.so: undefined symbol: PyUnicodeUCS2_FromUnicode But which component is the problem? python? gtk? pygtk? bonobo? jay
You need to upgrade pyorbit. msw: perhaps there is a requires: or conflicts: missing somewhere?
That was it. WorksForMe. These dependencies aren't easy. Thanks a lot. jay