Bug 136316

Summary: Traceback attempting to display gpg install key dialog
Product: Red Hat Enterprise Linux 3 Reporter: Jay Turner <jturner>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED RAWHIDE QA Contact: Max Spevack <mspevack>
Severity: high Docs Contact:
Priority: medium    
Version: 3.0CC: srevivo
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-10-20 09:09:54 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:
Bug Depends On:    
Bug Blocks: 123574, 130798    

Description Jay Turner 2004-10-19 10:13:31 UTC
Description of problem:
With up2date-4.2.48-1, I'm getting a traceback when running in GUI
mode on a system which doesn't have the RH GPG key installed:

-----
Traceback (most recent call last):
  File "/usr/sbin/up2date", line 1174, in ?
    sys.exit(main() or 0)
  File "/usr/sbin/up2date", line 656, in main
    ret = sanityChecks(fromDaemon, hasGui)
  File "/usr/sbin/up2date", line 289, in sanityChecks
    ret = gpgWarning2(hasGui)
  File "/usr/sbin/up2date", line 208, in gpgWarning2
    dlg = gui.QuestionDialog( guiErrMsg + _("\n\nInstall key?") )
AttributeError: 'module' object has no attribute 'QuestionDialog'
-----

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Todd Warner 2004-10-19 11:01:09 UTC
would pychecker have caught this adrian?

Comment 2 Adrian Likins 2004-10-19 16:18:03 UTC
fixed when 4.2.50 gets built

Comment 3 Adrian Likins 2004-10-19 16:44:27 UTC
4.2.50 building

Comment 4 Jay Turner 2004-10-20 09:09:54 UTC
This issue is indeed resolved with up2date-4.2.51-1 which is included
in the re1020.0 build.