Jason Tackaberry wrote:
> Hi all,
> 
> I have just committed a change that moves kaa/base/src/notifier/* up a
> level to kaa/base/src, effectively removing the kaa.notifier submodule.
> 
> If you are using any code that references kaa.notifier explicitly, it
> will now break.  (Note that this has been deprecated for a long time.)
> 
> More importantly, previous installations will have a directory something
> like /usr/lib/python2.?/site-packages/kaa/notifier/ whose presence may
> now cause problems.
> 
> After you svn up kaa.base, it is recommended you remove this directory,
> as well as as kaa/base/build:
> 
>         $ cd kaa/base
>         $ sudo rm -rf build
>         $ sudo rm -rf /usr/lib/python2.?/site-packages/kaa/notifier/
>         $ svn up
>         $ sudo python setup.py install


There were two instances in freevo-1, the important one was in
ivtv_xine_tv.py. The other was in the test harness of record_client.py.
Both have now been re-factored to use kaa.OneShotTimer.

Duncan

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to