Hi Duncan,

Thanks for that info. I have installed it fine, my files are all installed
into a separate directory
freevo-1.9.0  and have a symbol link ~Freevo pointing to that directory. The
bin/lib etc directories are in that directory..

I have copied local_conf.py to that directory and have issued the command:
 bin/freevo convert_config local_conf.py

.. but I still get the error.

I have exported the variables before running the above command.

There is a script on the ubuntu install site that I have followed ..
--> http://doc.freevo.org/FreevoAptUbuntu

Any other suggestions?

On Sat, Jun 6, 2009 at 3:43 AM, Duncan Webb <dun...@freevo.org> wrote:

> 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
>
------------------------------------------------------------------------------
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