2009/6/5 Bernard Mentink <bment...@gmail.com>:
> Hi again Duncan,
>
> An update: I have found that a previous installation of Freevo and/or Kaa is
> interfering with running this latest 1.9.0.
>
> So, I have completely removed Freevo (aptitude purge Freevo) and have tried
> again, by running the Ubuntu script "freevo_install.sh". It installs all the
> Kaa packages fine, but when it gets to installing freevo, it can't find
> kaa-base, the error is:
>

> It is installed though, it just can't be found.
>
> My is install directory is --> FREEVO_DIR=~/freevo_test/freevo-1.9.0
> and the command in the script used to install kaa-base was :
>
> cd $SRC/kaa-base*
> python setup.py install --prefix=$FREEVO_DIR
>
> Any suggestions in how to get this to progress?
Have you set up the PYTHONPATH= variable so that freevo knows where to
look for extra python modules? From the Wiki:

Use this to find your python version:
   version=$(python -V 2>&1 | sed -n 's/Python \(.\..\).*/\1/p')

Then Run this to set the PYTHONPATH:
   export PYTHONPATH=~/freevo-test/lib/python${version}/site-packages

Now you will need to do this each time you are testing or running
freevo with teh pacakges installed in freevo-test.


Evan

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to