board.divers said the following, on 06/02/2008 03:42:
> Hello Everybody,
>
> I've a little problem with freevo,
> I upgraded it from 1.8.0rc1 to 1.8.0rc2 but now, it don't want to
> launch. I don't have any error messages ... (even with --trace option.)
>
> Could you help me to find the problème?

Can you try this patch:
[snip]
Index: src/main.py
===================================================================
--- src/main.py (revision 10333)
+++ src/main.py (working copy)
@@ -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
[snip]

I seems that importing rc, which imports config and in turn import your
local_conf.py, does not report errors in config.py and local_config.py

Thanks
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