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.
What version of firstboot do you have installed?
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.