Partha Bagchi wrote: > On Sat, Mar 15, 2008 at 5:44 PM, Elizabeth Dodd <[EMAIL PROTECTED]> wrote: >> On Sun, 16 Mar 2008, Partha Bagchi wrote: >> > So, what directories need to be deleted so that I can start the >> > installation process all over again? >> >> /usr/lib/python2.*/site-packages/freevo >> /usr/lib/python2.*/site-packages/kaa > > Thanks - I tried that twice and it didn't work. I then deleted all > /usr/bin/freevo* and then deleted the cache etc. I also noticed that > there were a lot of errors related gconfd that were being recorded in > /var/log/message. > > Finally, I did delete everything that I could think of including > /etc/freevo/* and /root/.freevo/ etc. > > I just reinstalled kaa-* and freevo rc2 and looks like things are back > to normal.
I wouldn't have expected this if you were previously using rc2 as the file formats haven't changed. > Btw, the patch that Duncan mentioned (the one that he uploaded) was > not necessary for me (if I understand it correctly) since it pertains > to tv and I don't use freevo to watch TV. The patch included in my last email, fixed a problem of freevo not starting when there was an error in local_conf.py or in config.py. In this case freevo simply exited without a message or log message. The patch on sourceforge was for TV, as you noticed, and IIRC only when TV_CHANNELS was not defined in local_conf.py. You need to watch out for different versions of the freevo modules and especially kaa because when a modules has been renamed or deleted it is still left in the site-packages and if using the subversion version also in the build directory. This means that the old module may be used instead of the new one. HTH Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
