On Sat, Mar 15, 2008 at 3:21 PM, Duncan Webb <[EMAIL PROTECTED]> wrote: > > Partha Bagchi wrote: > > I have a strange error after updating my system today (Fedora 8). The > > update included newer versions of kaa libraries, namely the update > > included python-kaa-metadata-0.7.1-1, python-kaa-base-0.2.0-1, > > python-kaa-imlib2. > > > > My current version of freevo is rc2 built with previous versions of > > the kaa libraries. Now, freevo won't start and does not give any error > > messages at all. Typing freevo at the command line simply returns me > > back to the command prompt. > > > > Can anyone help? > > --- src/main.py.orig 2008-02-01 21:03:16.000000000 +0100 > +++ src/main.py 2008-03-01 11:46:41.000000000 +0100 > @@ -38,6 +38,7 @@ > import traceback > import signal > > +import config > import rc > rc.get_singleton(is_plugin=0) > > @@ -56,7 +57,6 @@ > import twisted > import Numeric > > - import config > import kaa > import kaa.metadata as mmpython > import kaa.imlib2 as Image > > > Try this patch it may show the error. > > Also there is a patch on the freevo pre-releases to fix a bug I released :) > > You may also need the latest kaa packages from sourceforge.net. > > 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 >
I figured that I was missing something simple. I am now trying to begin anew. So, the questions is: How do I uninstall everything related to freevo? Do I simply remove the following directories - /var/log/freevo, /var/lib/freevo, /usr/lib/python-2.5/site-packages/freevo ? Thanks for all your help. Partha ------------------------------------------------------------------------- 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
