Erik Karlsson wrote: > Duncan Webb wrote: >> Erik Karlsson wrote: >> >>> Duncan Webb wrote: >>> >>>> Will you send me you freevo.conf and local_conf.py, this problem needs >>>> some investigation. >>>> >>>> Duncan >>>> >>>> >>> $ grep -v "^#" local_conf.py | grep -v "^$" >>> CONFIG_VERSION = 5.23 >>> # 'VOL', 'PCM' 'OGAIN' etc. >>> # volume and mute use different >>> controls >>> EVENT_DEVS = [] >>> CACHE_IMAGES = 1 >>> >>> I.e. I haven't changed anything, everything should be global defaults, >>> which are contained in freevo_conf.py and is loaded before local_conf.py. >>> >>> I attach the freevo.conf file, but as I said, it is also mint. >>> >>> I find it strange that it dies on execfile(), could there be some kind >>> of Python problem? >>> >> There is nothing wrong with your freevo.conf, one version behind for >> 1.8.1, should be 2.2. That is not your problem. >> >> It is possible that the Python build has a problem, Evan has been having >> some problems that I cannot reproduce. >> >> More than likely it is you local_conf.py. freevo.conf is not python and >> so is not loaded with execfile, only local_conf.py is loaded in this >> way. You really need to send it to me, privately if you wish, you can >> remove passwords and keys. >> >> Duncan >> > Very well, but as I said, it is mint. And as I said, it is loaded after > freevo_conf.py in config.py, so it should have no effect.
I've copied you local_conf.py to my directory and run freevo, there are the usual errors but freevo does run. I would perform a search for conflicting files, performing a: find / -name main.py Will find all files called main. Then you should be able to determine if Freevo has been installed in several places. If so then you need to delete these directories and reinstall freevo. And all your local_conf.py has is: CONFIG_VERSION = 5.23 EVENT_DEVS = [] CACHE_IMAGES = 1 You have not configured it at all. Try performing the steps in the quick-start guide in the wiki. http://doc.freevo.org/QuickStartGuide HTH Duncan ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
