Erik Karlsson wrote: > Hello! > > I am new to Ubuntu and I am trying to install Freevo, but the state of > pre-rolled packages seems grim. I am using Hardy Heron. > > My problem however, is that both the "official" Freevo package for Gutsy > (1.8.0rc2) and my own 1.8.1 package, built with the Debian rules-file, > dies silently when trying to execfile() freevo_config.py. According to > my simple trace print statements, the file in question is never entered, > and the script dies when trying to execute the file.
Do you mean local_config.py this tends to have more problems than freevo.conf? If so then the best way to solve these are: 1) freevo prompt >>> import config 2) export PYTHONPATH=/etc/freevo python import freevo.plugin import local_conf 3) cp -p /etc/freevo/freevo.conf /etc/freevo/freevo.conf-2.2 freevo setup If there is a syntax error in the config files then step 1 or 2 should show you what the problem is If freevo.conf is bad, it is not a python script unlike local_conf.py, then step 3 will write a new one. 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
