Bug 1090569

Summary: AttributeError: 'module' object has no attribute 'collectCategoriesAndSpokes'
Product: [Fedora] Fedora Reporter: Martin Kolman <mkolman>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, rvykydal, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:00cdd1a054d8e9079a95a14ef460fc38fc641cb265fef81972341cc0a8ba4787
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-13 14:49:35 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:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Martin Kolman 2014-04-23 15:36:16 UTC
Description of problem:
1) install Rawhide over VNC
2) click on the warning dialog too quickly (the warning dialog that shows-up once continue is clicked on Welcome spoke)

Version-Release number of selected component:
anaconda-21.31-1

The following was filed automatically by anaconda:
anaconda 21.31-1 exception report
Traceback (most recent call first):
  File "/tmp/updates/pyanaconda/ui/gui/hubs/__init__.py", line 136, in _createBox
    cats_and_spokes = common.collectCategoriesAndSpokes(self.paths, self.__class__)
  File "/tmp/updates/pyanaconda/ui/gui/hubs/__init__.py", line 359, in refresh
    self._createBox()
  File "/tmp/updates/pyanaconda/ui/gui/__init__.py", line 497, in _on_continue_clicked
    nextAction.refresh()
  File "/tmp/updates/pyanaconda/ui/gui/spokes/__init__.py", line 73, in _on_continue_clicked
    cb()
  File "/tmp/updates/pyanaconda/ui/gui/spokes/welcome.py", line 316, in _on_continue_clicked
    StandaloneSpoke._on_continue_clicked(self, cb)
  File "/tmp/updates/pyanaconda/ui/gui/spokes/__init__.py", line 77, in <lambda>
    self.window.connect("continue-clicked", lambda *args: self._on_continue_clicked(cb))
AttributeError: 'module' object has no attribute 'collectCategoriesAndSpokes'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/test/mk/fedora/initrd.img root=live:http://cobra02/trees/mk/my_comps_squashfs.img nokill updates=http://cobra02/ks/mk/master_updates.img resolution=1024x768 vnc vncconnect=10.34.29.190:5500 BOOT_IMAGE=/test/mk/fedora/vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.15.0-0.rc0.git9.2.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        21

Comment 1 Martin Kolman 2014-04-23 15:36:20 UTC
Created attachment 888978 [details]
File: anaconda-tb

Comment 2 Martin Kolman 2014-04-23 15:36:22 UTC
Created attachment 888979 [details]
File: anaconda.log

Comment 3 Martin Kolman 2014-04-23 15:36:23 UTC
Created attachment 888980 [details]
File: environ

Comment 4 Martin Kolman 2014-04-23 15:36:25 UTC
Created attachment 888981 [details]
File: lsblk_output

Comment 5 Martin Kolman 2014-04-23 15:36:29 UTC
Created attachment 888982 [details]
File: nmcli_dev_list

Comment 6 Martin Kolman 2014-04-23 15:36:31 UTC
Created attachment 888983 [details]
File: os_info

Comment 7 Martin Kolman 2014-04-23 15:36:33 UTC
Created attachment 888984 [details]
File: program.log

Comment 8 Martin Kolman 2014-04-23 15:36:36 UTC
Created attachment 888985 [details]
File: storage.log

Comment 9 Martin Kolman 2014-04-23 15:36:38 UTC
Created attachment 888986 [details]
File: syslog

Comment 10 Martin Kolman 2014-04-23 15:36:40 UTC
Created attachment 888987 [details]
File: ifcfg.log

Comment 11 Martin Kolman 2014-04-23 15:36:42 UTC
Created attachment 888988 [details]
File: packaging.log

Comment 12 Chris Lumens 2014-04-28 20:16:44 UTC
Is this perhaps caused by leftover stuff in an updates.img you happen to be using?  There's no common.collectCategoriesAndSpokes anymore.