On 05/05/2008 22:32, Andrew Berry said the following: > Hi, > > I'm trying to get my wiimote to work as a remote for Freevo. When I load > the plugin, I get the following error: > > failed to load plugin wiimote > start 'freevo plugins -l' to get a list of plugins > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 561, in > __load_plugin__ > p = eval(object)() > File "/usr/lib/python2.5/site-packages/freevo/plugins/wiimote.py", > line 187, in __init__ > self.rx_dispatcher = kaa.SocketDispatcher(self.handle_receive) > AttributeError: 'module' object has no attribute 'SocketDispatcher' > > It looks like kaa doesn't have this method? I've installed kaa and > freevo from source, on a freshly-upgraded Ubuntu 8.04 box. Any suggestions?
Check the SVN change log, http://doc.freevo.org/SVN_ChangeLogs. The most up-to-date version is here: http://tvcentric.com/viewvc/freevo/branches/rel-1/freevo/ChangeLog You need to either downgrade kaa or use the svn version of freevo. HTH Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
