I am working on anaconda script.I want to add animation in the progress screen. I have a progress_first_375.png and progress_first.png in pixmaps/ along with the nn-slide.png images in pixmaps/rnotes/ - These are be no larger than 500x325. But I am getting an error as follows while the progress bar works. /usr/lib/anaconda/iw/progress_gui.py,line 203,in setPackage if self.adpix: AttributeError:InstallProgressWindow_NEW instance has no attribute 'adpix' How to getrid of this error. bye