Bug 720169 - ImportError: No module named GTKIO
Summary: ImportError: No module named GTKIO
Keywords:
Status: CLOSED DUPLICATE of bug 715373
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-10 14:20 UTC by alberth289346
Modified: 2011-07-11 18:26 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-11 18:26:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description alberth289346 2011-07-10 14:20:35 UTC
Description of problem:

I had a c++ program crash (a program I wrote myself), and an sealert popped up with the following content:

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

That file seems to belong to setroubleshoot, according to rpm:

% rpm -qf /usr/lib64/python2.7/site-packages/setroubleshoot/browser.py
setroubleshoot-3.0.37-1.fc15.x86_64

>>> import report
>>> print report
<module 'report' from '/usr/lib64/python2.7/site-packages/report/__init__.pyc'>

'report/io' contains
%  l /usr/lib64/python2.7/site-packages/report/io
__init__.py  __init__.pyc  __init__.pyo  NewtIO.py  NewtIO.pyc  NewtIO.pyo  TextIO.py  TextIO.pyc  TextIO.pyo

and belongs to the following report package:

%  rpm -qf /usr/lib64/python2.7/site-packages/report
report-0.22-0.fc15.x86_64

Comment 1 Yann Droneaud 2011-07-11 13:15:57 UTC
This is the same bug as #715373 - "(reportio) Opps, sealert hit an error!"

Comment 2 Daniel Walsh 2011-07-11 18:26:35 UTC

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


Note You need to log in before you can comment on or make changes to this bug.