> Pascal Schirrmann a écrit : >> Hi, >> >> Same trouble here. >> >> Freevo isn't totally dead, in fact. I can continue to change the music >> level (if I started a music before playing pictures). >> >> Thanks, >> Pascal. >> > OK, I can see the sector of the trouble (not hard, written in the log > file !) : > > In images/viewer.py, the system hangs on this line : > --------------------------------------------------------------------------------------------------- > # update the OSD > self.drawosd(layer=screen) > > blend = Transition(self.osd.screen, screen, > config.IMAGEVIEWER_BLEND_MODE) > blend.start() > while not blend.finished: > ------->>> rc.poll() <<<<----- > blend.remove() > ------------------------------------------------------------------------------------------------------ > > Saying : > File "/usr/lib/python2.5/site-packages/freevo/image/viewer.py", line > 277, in view > rc.poll() > AttributeError: 'module' object has no attribute 'poll' > > But at this point, I'm stuck. I really need to learn a lot of freevo to > understand that...
At last the penny has dropped, this is a problem specific to rel-1 with rc.poll. The kaa.notifier change has removed this function so the code in transition needs to be changed to do perform the transition. I'll look into to this. Duncan ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
