Thank you for replying
I tried to solve the problem but i couldn't
i am pasting both anaconda log file and syslog file
syslog maessages Sep 27 06:05:32 localhost yum: Erased: pymol Sep 27 06:05:43 localhost kernel: md: raid0 personality registered for level 0 Sep 27 06:05:43 localhost kernel: md: raid1 personality registered for level 1 Sep 27 06:05:43 localhost kernel: xor: automatically using best checksumming function: pIII_sse Sep 27 06:05:43 localhost kernel: pIII_sse : 5388.000 MB/sec Sep 27 06:05:43 localhost kernel: xor: using function: pIII_sse (5388.000 MB/sec) Sep 27 06:05:43 localhost kernel: async_tx: api initialized (async) Sep 27 06:05:43 localhost kernel: raid6: int32x1 464 MB/s Sep 27 06:05:43 localhost kernel: raid6: int32x2 761 MB/s Sep 27 06:05:43 localhost kernel: raid6: int32x4 554 MB/s Sep 27 06:05:43 localhost kernel: raid6: int32x8 390 MB/s Sep 27 06:05:43 localhost kernel: raid6: mmxx1 1445 MB/s Sep 27 06:05:43 localhost kernel: raid6: mmxx2 2500 MB/s Sep 27 06:05:43 localhost kernel: raid6: sse1x1 1351 MB/s Sep 27 06:05:43 localhost kernel: raid6: sse1x2 1925 MB/s Sep 27 06:05:43 localhost kernel: raid6: sse2x1 2238 MB/s Sep 27 06:05:43 localhost kernel: raid6: sse2x2 2847 MB/s Sep 27 06:05:43 localhost kernel: raid6: using algorithm sse2x2 (2847 MB/s) Sep 27 06:05:43 localhost kernel: md: raid6 personality registered for level 6 Sep 27 06:05:43 localhost kernel: md: raid5 personality registered for level 5 Sep 27 06:05:43 localhost kernel: md: raid4 personality registered for level 4 Sep 27 06:05:43 localhost kernel: md: raid10 personality registered for level 10 Sep 27 06:05:43 localhost kernel: GFS2 (built Aug 4 2008 14:09:34) installed Sep 27 06:05:43 localhost kernel: Lock_Nolock (built Aug 4 2008 14:09:43) installed Sep 27 06:05:44 localhost kernel: JFS: nTxBlock = 8082, nTxLock = 64659 Sep 27 06:05:44 localhost kernel: SGI XFS with ACLs, security attributes, large block numbers, no debug enabled Sep 27 06:05:44 localhost kernel: SGI XFS Quota Management subsystem Sep 27 06:05:44 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded Sep 27 06:05:44 localhost kernel: device-mapper: multipath emc: version 0.0.3 loaded Sep 27 06:06:46 localhost gconfd (root-3693): starting (version 2.22.0), pid 3693 user 'root' Sep 27 06:06:46 localhost gconfd (root-3693): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0 Sep 27 06:06:46 localhost gconfd (root-3693): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1 Sep 27 06:06:46 localhost gconfd (root-3693): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2 Sep 27 06:08:51 localhost kernel: npviewer.bin[3729]: segfault at 0 ip 01176cac sp bfa5f378 error 4 in libflashplayer.so[d72000+778000]
anaconda log file
06:05:44 INFO : using only installclass _Fedora 06:05:44 INFO : anaconda called with cmdline = ['/usr/sbin/anaconda', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8', '--noselinux'] 06:05:44 INFO : Display mode = g 06:05:44 INFO : Method = livecd:///dev/mapper/live-osimg-min 06:05:49 INFO : Starting graphical installation... 06:05:49 INFO : Detected 1024M of memory 06:05:49 INFO : Swap attempt of 1000M to 2000M 06:05:49 WARNING : step installtype does not exist 06:05:49 WARNING : step confirminstall does not exist 06:05:49 WARNING : step complete does not exist 06:05:50 INFO : moving (1) to step welcome 06:05:51 INFO : moving (1) to step keyboard 06:05:52 INFO : moving (1) to step networkdevicecheck 06:05:52 INFO : moving (1) to step network 06:05:53 INFO : moving (1) to step timezone 06:05:53 INFO : moving (1) to step accounts
The exception error is evoked from this segemet of gui.py code except ImportError, e: print e win = MessageWindow(_("Error!"), _("An error occurred when attempting " "to load an installer interface " "component.\n\nclassName = %s") % (className,), type="custom", custom_icon="warning", custom_buttons=[_("_Exit"), _("_Retry")])
of 1332 of coloum 14 of /usr/share/lib/anaconda
i have also removed python related software packages from the system(from liveusb) but it still shows the same error
the iw/account_gui.py code is given as import gtk import string import gui from iw_gui import * from rhpl.translate import _ from flags import flags import cracklib
class AccountWindow (InstallWindow): def getScreen(self, anaconda): self.rootPassword = anaconda.id.rootPassword self.intf = anaconda.intf
(self.xml, self.align) = gui.getGladeWidget("account.glade", "account_align") self.icon = self.xml.get_widget("icon") self.capslock = self.xml.get_widget("capslock") self.pwlabel = self.xml.get_widget("pwlabel") self.pw = self.xml.get_widget("pw") self.confirmlabel = self.xml.get_widget("confirmlabel") self.confirm = self.xml.get_widget("confirm")
# load the icon gui.readImageFromFile("root-password.png", image=self.icon) . .
. . . and it goes on, i will paste the whole file if you want so
it still shows the error
"An error occurred when attempting to load an installer interface component.
className = AccountWindow"
kindly help kala bharath
anaconda-devel@lists.fedoraproject.org