[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: anaconda installer problem in livecd



> "An error occurred when attempting to load an installer interface component.
> 
> className = AccountWindow"

You're missing some component that is imported by the AccountWindow
screen, or your modifications have introduced a typo that's causing the
import of this screen to fail.  Check the imports in iw/account_gui.py
and make sure your custom image has all the libraries and python modules
that screen requires.

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]