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

Reply via email to