Hide Forgot
Description of problem: When bringing audit-viewer up from the terminal, "ImportError: cound not import bonobo.ui" appears on the terminal. Version-Release number of selected component (if applicable): audit-viewer-0.7.2-1.fc16.x86_64 How reproducible: always Steps to Reproduce: 1.run audit-viewer on the terminal to see the above error clearly. 2. 3. Actual results: the above error is output on the terminal. Expected results: no error Additional info:
Reproduced, thanks for your report.
Simpler reproducer, with gnome-python2-2.28.1-4.fc15.x86_64: > $ python > >>> import gnome.ui > ImportError: could not import bonobo.ui > >>> gnome.ui > <module 'gnome.ui' from '/usr/lib64/python2.7/site-packages/gtk-2.0/gnome/ui.so'> i.e. gnome.ui looks for bonobo.ui (which is presumably packaged in gnome-python2-bonobo that isn't installed); when bonobo.ui isn't installed, gnome.ui will complain on stderr and load successfully anyway. The error message itself comes from /usr/share/pygobject/2.0/codegen/codegen.py:SourceWriter:write_object_imports.
*** This bug has been marked as a duplicate of bug 689836 ***