Bug 190440 - missing dependency on glade
Summary: missing dependency on glade
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-securitylevel
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-02 12:43 UTC by Radek Bíba
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-02 13:56:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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