Davis Cox wrote:

OK thanks fot the help with the white space thing, so i got rid of the white spaces and now I get a new error,

SyntaxError: invalid syntax
linux:/home/God # cp /home/God/Desktop/local_conf.py /etc/freevo
linux:/home/God # '/usr/bin/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())
 File "/etc/freevo/local_conf.py", line 178
   AUDIO_FORMAT_STRING = '%(n)s - %(t)s'
                                                     ^
SyntaxError: invalid syntax

this time is points to the =, do I have to remoce the whitespaces form places like between var names and what they are equal to also(because I have and it was being evil and not working)?


Your error is much earlyer in the file:
Format = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CDREC-1'),
#          ('/media/cdrom', '/dev/cdrom', 'CD-2') ]

Remove the # or insert one in front of Format.

- Stian


------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to