make sure it starts in the first column. Python is very picky about spaces. So all you lines should start with the variable name and no spaces in the columns before it. This is a common problem when you only delete the comment character and not the space after it when editing local_conf.py.
Mike On Wed, 2003-12-03 at 18:22, Pat McAndrew wrote: > Hello, > > I've installed and kinda configured freevo/local_conf.py. I think I've > settled the dependency issues, however when I try to run it I get the > following: > > /home/pat> freevo > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/freevo/main.py", line 106, in ? > import config > File "/usr/lib/python2.3/site-packages/freevo/config.py", line 448, in ? > execfile(overridefile, globals(), locals()) > volume leve File "./local_conf.py", line 44 > CONTROL_ALL_AUDIO = 1 # Should Freevo take complete > control of audio > ^ > > now I would assume it's not parsing the config file properly. Or maybe I > have some unknown syntax error in the first 15 or so lines of the > local_conf.py, but most of them are comments and there is one uncommented > line before CONTROL_ALL_AUDIO, it's called CONFIG_VERSION. > > Anyone out there help me out? THanks! > > Pat -- Mike Ruelle [EMAIL PROTECTED] http://world.std.com/~mruelle/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
