Bug 84402

Summary: Yet again: Fatal python error - bonobo.ui
Product: [Retired] Red Hat Raw Hide Reporter: sean <seandarcy>
Component: gnome-python2Assignee: Matt Wilson <msw>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-15 23:08:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sean 2003-02-15 19:24:48 UTC
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

Comment 1 sean 2003-02-15 19:35:36 UTC
FWIW, i also got the latest python:

rpm -q python
python-2.2.2-22


Comment 2 Tim Waugh 2003-02-15 22:15:08 UTC
I really think this is the wrong component to file the bug against.  What does
this say?:

python -c 'import bonobo.ui'

Comment 3 sean 2003-02-15 22:44:11 UTC
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

Comment 4 Tim Waugh 2003-02-15 22:56:25 UTC
You need to upgrade pyorbit.

msw: perhaps there is a requires: or conflicts: missing somewhere?

Comment 5 sean 2003-02-15 23:08:46 UTC
That was it. WorksForMe. 

These dependencies aren't easy.
 
Thanks a lot.

jay