-----Original Message-----
From: Dirk Meyer <[EMAIL PROTECTED]>

"Mike LeVan" wrote:
> Here are the few lines in front of line 41 in
> local_conf.py (I put the line numbers in for
> reference):

> 34: LOCAL_CONF_VERSION  = 3.9
> 35: CONFIG_VERSION  = 3.9
> 36:
> 37: #================================================
> 38: # General freevo settings:
> 39: #================================================
> 40:
> 41: AUDIO_DEVICE        = '/dev/dsp0'
> 42: AUDIO_INPUT_DEVICE  = '/dev/dsp1'

What happens if you remove lines 36-41?

Dischi

--------------------

Same error, it is just pointing to the next line.
Traceback as follows:

Traceback (most recent call last):
  File "./src/main.py", line 87, in ?
    import config
  File "/usr/local/freevo/src/config.py", line 362, in ?
    execfile(overridefile, globals(), locals())
  File "./local_conf.py", line 42
    AUDIO_INPUT_DEVICE  = '/dev/dsp1'
    ^
SyntaxError: invalid syntax


I appreciate your help,
Mike




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to