Bug 205121 - AttributeError: InstallControlState instance has no attribute 'readHTML' in Anaconda
Summary: AttributeError: InstallControlState instance has no attribute 'readHTML' in A...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-04 11:48 UTC by Jasper O. Hartline
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-05 19:40:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jasper O. Hartline 2006-09-04 11:48:33 UTC
Description of problem:
While running Anaconda under Kadischi, the Fedora Core LiveCD installer LiveCD
creator, iI get an exception in one of the first few frames. Here is a snippet
of the exception below:
---------------------------
Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 920, in nextClicked
    self.setScreen ()
  File "/usr/lib/anaconda/gui.py", line 1005, in setScreen
    self.currentWindow = newScreenClass(ics)
  File "/usr/lib/anaconda/iw/kbd_gui.py", line 25, in __init__
    installKeyboardWindow.__init__(self, ics)
  File "/usr/share/firstboot/firstboot_module_window.py", line 37, in __init__
    self.setupICS()
  File "/usr/share/firstboot/firstboot_module_window.py", line 43, in setupICS
    self.ics.readHTML(self.htmlTag)
AttributeError: InstallControlState instance has no attribute 'readHTML'
Local variables in innermost frame:
self: <kbd_gui.KeyboardWindow instance at 0xb7979a2c>
----------------------------

Test modes Anaconda and Kadischi run fine.
No exceptions.

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

How reproducible:
Run Kadischi and Anaconda to build a LiveCD.

Steps to Reproduce:
1. kadischi --graphical /path/to/repository/ -f /tmp/rawhide.iso
2.
3.
  
Actual results:
Exception in the Anaconda installer.

Expected results:
Shouldn't traceback, should build LiveCD.

Additional info:
There is no additional information at this time.

Comment 1 Chris Lumens 2006-09-05 18:00:02 UTC
What version of firstboot do you have installed?

Comment 2 Jasper O. Hartline 2006-09-05 19:17:54 UTC
firstboot-1.4.6-1 which I thought was the latest package out of development, I
assumed wrong. The current package does not exhibit the same exception. 

The build process works as it should. 
Thank you.


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