Evan Hisey said the following, on 08/02/2008 04:29: >> I can't help but just wanted to reiterate that I'm having the same issue >> (reported in thread [Freevo-users] Freevo 1.8.0rc2 don't run). I see the >> exact same in my logs. I had originally installed 1.7.4 from urpmi then >> installed rel-1 later which was working a while back. I don't know at >> what revision this stopped working. >> >> John >> > > > What version of kaa are you running? >
You need a recent version of kaa, as the main loop has changed. You may also need to remove the build directory and reinstall kaa, this is always safe and a good idea after some refactoring. The other problem is a nasty bug I managed to introduce in config.py, this is seen when there are no TV_CHANNELS defined in local_conf.py then rel-1 branch does not start. In fact the problem is hidden by python not generating a traceback from a execfile when the module with the execfile is imported from an import. In this case config was imported from rc which in turn was imported from main and an error in config or local_config simply cause an exit rather than a traceback. By moving the import of config into main errors now cause tracebacks. I was clear that in rel-1-7 where the import of config was done in main and was in a try except block that the exception was catching the traceback. Anyway I've moved the import of config earlier in main so errors in config or local_conf are not caught and so are reported with a traceback. I would be nice if someone can confirm that this now works correctly. 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-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel