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 ------------------------------------------------------------------------- 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
