From: Dirk Meyer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Sat, 18 Oct 2003 10:19:09 +0200
Subject: [Freevo-users] Re: Another Setup Error
"Mike LeVan" wrote:
>> 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 40
>> AUDIO_DEVICE = '/dev/dsp'
>> ^
>>
>> I can post the files, but that'd be pretty long. Any thoughts?
>Can you post the complete trace. I don't belive it >stopped at that line.
>Dischi
--
There was one more line (sorry) . Here is the complete traceback:
[EMAIL PROTECTED] freevo]# ./freevo
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 41
AUDIO_DEVICE = '/dev/dsp0'
^
SyntaxError: invalid syntax
I forgot to add the SyntaxError line in my earlier
post.
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'
Here is line 87 in ./src/main.py :
87: import config
Here
355: #
356: # Search for local_conf.py:
357: #
358: for dirname in cfgfilepath:
359: overridefile = dirname + '/local_conf.py'
360: if os.path.isfile(overridefile):
361: if DEBUG: print 'Loading cfg overrides: %s' % overridefile
362: execfile(overridefile, globals(), locals())
363:
364: try:
365: CONFIG_VERSION
Again, any ideas to try would be appreciated.
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