Bug 113005

Summary: redhat-config-samba requires pygtk2-libglade
Product: Red Hat Enterprise Linux 3 Reporter: Milan Kerslager <milan.kerslager>
Component: redhat-config-sambaAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
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: 2004-01-07 17:38:49 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 Milan Kerslager 2004-01-07 09:20:57 UTC
redhat-config-samba requires pygtk2-libglade to run. The error message is:

Traceback (most recent call last):
  File "/usr/share/redhat-config-samba/redhat-config-samba.py", line
19, in ?
    import mainWindow
  File "/usr/share/redhat-config-samba/mainWindow.py", line 10, in ?
    import gtk.glade

Seems to me like automatic dependencies does not work properly.

Comment 1 Brent Fox 2004-01-07 17:38:49 UTC
I just added a Requires for pygtk2-libglade and committed it to cvs. 
Should be fixed in system-config-samba-1.2.1-1.  Thanks for your report.

Comment 2 Milan Kerslager 2004-01-08 10:30:13 UTC
I just wonder why auto-requires works with perl scripts and does not
work with python scripts...