current cvs, src/menu/menu.py line 177:

-log.exception('crash by select %s in %s' (item, self.choices))
+log.exception('crash by select %s in %s' % (item, self.choices))

causes this in some case: (i'm not getting this but Alex is)

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/freevo/application/eventhandler.py", line 232, in handle
   self.applications[-1].eventhandler(event=event)
File "/usr/lib/python2.4/site-packages/freevo/application/menuw.py", line 100, in eventhandler
   if MenuStack.eventhandler(self, event):
File "/usr/lib/python2.4/site-packages/freevo/menu/stack.py", line 374, in eventhandler
   menu.select(event.arg)
File "/usr/lib/python2.4/site-packages/freevo/menu/menu.py", line 177, in select
   log.exception('crash by select %s in %s' (item, self.choices))
TypeError: 'str' object is not callable



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to