Bug 190440

Summary: missing dependency on glade
Product: [Fedora] Fedora Reporter: Radek Bíba <rbiba>
Component: system-config-securitylevelAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-02 13:56:03 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 Radek Bíba 2006-05-02 12:43:16 UTC
Description of problem:
I did a very small FC5 installation but including X-server, installed
system-config-securitylevel, sshed -X there, tried to run it and got:

# system-config-securitylevel
Traceback (most recent call last):
  File "/usr/share/system-config-securitylevel/system-config-securitylevel.py",
line 11, in ?
    import securitylevel
  File "/usr/share/system-config-securitylevel/securitylevel.py", line 25, in ?
    import gtk.glade
ImportError: No module named glade

Version-Release number of selected component (if applicable):
system-config-securitylevel-1.6.16-1

How reproducible:
Always

Steps to Reproduce:
1. install system-config-securitylevel on a system without pygtk2-libglade
2. try to run it
  
Actual results:
Python traceback

Expected results:
system-config-securitylevel should require everything it needs

Additional info:
Well, I know how to resolve it (yum install pygtk2-libglade) but not everyone
can have such an idea.