I have found a work around (a hack) to this problem.
do as instructed but stop just after cd ies4linux-*
type gedit ui/pygtk/ies4linux-gtk.py
goto line 268. Lines 267 268 and 269 are as follows
Insert text and relocate scroll
self.textbuffer.insert_with_tags(self.textbuffer.get_end_iter(), line, tag) self.textview.scroll_to_iter(self.textbuffer.get_end_iter(), 0)
Comment these two lines 268 and 269 changing them so 267, 268 and 269 read
Insert text and relocate scroll
#self.textbuffer.insert_with_tags(self.textbuffer.get_end_iter(), line, tag) #self.textview.scroll_to_iter(self.textbuffer.get_end_iter(), 0)
Save and File|quit
You will be at the command prompt
Now run ./ies4linux
After you click OK in the .ies4linux window the status window will be blank. This is correct as we have commented out the lines that generated the text on the status window. Wait until Cancel changes to Close then close the window.
IE will now be installed.
PS. Does anyone know how to make a bug report on the ies4linux web site? I could not find a way.