Bug 757417

Summary: AttributeError: 'NoneType' object has no attribute 'set'
Product: [Fedora] Fedora Reporter: Edward Z. Yang <ezyang>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:6dfdf8c380822b2b97376b3f98103e94942b24623e0ae5ad8d7a5833ca4012e1
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-30 21:36: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:
Attachments:
Description Flags
File: anaconda-tb-qV_lZj none

Description Edward Z. Yang 2011-11-26 22:52:03 UTC
libreport version: 2.0.6
executable:     /usr/bin/python
hashmarkername: anaconda
kernel:         3.1.0-7.fc16.x86_64
product:        Fedora
reason:         AttributeError: 'NoneType' object has no attribute 'set'
time:           Sat Nov 26 17:50:44 2011
version:        16

anaconda-tb-qV_lZj: Binary file, 770343 bytes

description:
:The following was filed automatically by anaconda:
:anaconda 16.25 exception report
:Traceback (most recent call first):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/text.py", line 114, in set
:    self.scale.set(int(float(amount) * self.multiplier))
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 1972, in set
:    self.window.set(self.current)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 1975, in start
:    self.set(0.0)
:  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 741, in resolveDeps
:    if self.dsCallback: self.dsCallback.start()
:  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 988, in buildTransaction
:    (rescode, restring) = self.resolveDeps()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 1504, in doPostSelection
:    (code, msgs) = self.ayum.buildTransaction()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/backend.py", line 196, in doPostSelection
:    return anaconda.backend.doPostSelection(anaconda)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 373, in dispatch
:    self.dir = self.steps[self.step].target(self.anaconda)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/text.py", line 508, in run
:    self.anaconda.dispatch.dispatch()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 319, in run
:    self.anaconda.intf.run(self.anaconda)
:  File "/usr/sbin/anaconda", line 770, in <module>
:    anaconda.dispatch.run()
:AttributeError: 'NoneType' object has no attribute 'set'

Comment 1 Edward Z. Yang 2011-11-26 22:52:07 UTC
Created attachment 536935 [details]
File: anaconda-tb-qV_lZj

Comment 2 Chris Lumens 2011-11-30 21:36:49 UTC
Given that we're in the midst of a total UI redesign right now that will involve ditching this old newt code, I'm going to move this one to WONTFIX.  As a workaround, perhaps try using VNC if you absolutely cannot do a GUI install.