Bug 720238

Summary: sealert fails due to report.io.GTKIO import error
Product: [Fedora] Fedora Reporter: Rakesh Pandit <rpandit>
Component: setroubleshootAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-11 06:49:15 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 Rakesh Pandit 2011-07-11 06:26:59 UTC
Opps, sealert hit an error!

Traceback (most recent call last):
  File "/usr/bin/sealert", line 692, in <module>
    run_as_dbus_service(username)
  File "/usr/bin/sealert", line 112, in run_as_dbus_service
    app = SEAlert(user, dbus_service.presentation_manager, watch_setroubleshootd=True)
  File "/usr/bin/sealert", line 326, in __init__
    from setroubleshoot.browser import BrowserApplet
  File "/usr/lib64/python2.7/site-packages/setroubleshoot/browser.py", line 41, in <module>
    import report.io.GTKIO
ImportError: No module named GTKIO

rpm -qf /usr/bin/sealert 
setroubleshoot-server-3.0.37-1.fc15.x86_64

Comment 1 Rakesh Pandit 2011-07-11 06:46:06 UTC
Had to install report-gtk package to resolve this.

https://admin.fedoraproject.org/updates/report-0.22-0.fc15 update seems to have moved GTKIO to separate package. This update should have pushed setroubleshoot package update as well.

It would be nice if this package is updated with dependency issue fixed. Users would be able to see sealert window.

Regards,

Comment 2 Rakesh Pandit 2011-07-11 06:49:15 UTC

*** This bug has been marked as a duplicate of bug 715373 ***