Bernard Mentink wrote:
> Hi All,
> 
> I have compiled Freevo 1.9.0 and the kaa packages with the script on the
> Ubuntu page. All compiles ok, but I am getting the following run-time error:
> 
> ~/freevo/bin$ ./freevo
> Traceback (most recent call last):
>   File "./freevo", line 516, in <module>
>     (opts, args) = parse_options(defaults, versions)
>   File "./freevo", line 401, in parse_options
>     usage=help_usage % '\n  '.join(get_helpers()), version='%prog-' +
> versions['version'])
> KeyError: 'version'
> 
> Anyone have any idea what to do next?

Bit confused by what you mean by compiled. Normally you would type:

freevo

But I think you need to install it correctly first, this is done with
the command:

python setup.py install --prefix=~/freevo

Same command for the kaa packages, if you are using ~/freevo.

Then you will also need to set PYTHONPATH and path like:
export PYTHONPATH=~/freevo/lib:${PYTHONPATH}
export PATH=~/freevo/bin:${PATH}

> 
> I suspect it is the format of my local_conf.py file, but I have tried
> running the convert_script.py over it and all
> I get is:

The commands are:
freevo convert_config /path/to/local_conf.py
freevo convert_config /path/to/local_conf.py -w

not ./convert_config.py

> ./convert_config.py: line 124: MIXER_MIXER_:: command not found

Duncan

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to