Jody Gugelhupf wrote:
>> mv /usr/lib/python2.X/site-packages/freevo 
>> /usr/lib/python2.X/site-packages/freevo-old

You're using Python 2.5 so:

mv /usr/lib/python2.5/site-packages/freevo \
/usr/lib/python2.5/site-packages/freevo-old

export PYTHONPATH=/home/jody/freevo-test/lib/python2.5/site-packages

The rest of the instructions are correct, You didn't see: Change the 2.X
to the correct version of Python.

> there is not /usr/lib/python2.X/site-packages/freevo on my machine
> when i do a 'locate site-packages/freevo' then i only get stuff in:
> 
> /home/jody/freevo-test/lib/python2.5/site-packages/freevo
> 
> and nothing else
> 
> maybe u meant another directory?
> katie
> 
>> export PYTHONPATH=~/freevo-test/lib/python2.X/site-packages
>>
>> Change the 2.X to the correct version of Python.
>>
>> freevo prompt
>>
>> If you get a python prompt, then all is okay
>> If not then make sure that PYTHONPATH is correct and try again until the
>>  PYTHONPATH is correct.
>>
>> freevo webserver stop
>>
>> ps -ef | grep webserver
>> if the webserver is still running kill -9 <webserver pid> and run the ps
>> -ef again until the webserver is not running you can try -2 -15 to the
>> kill command
>>
>> freevo webserver start
>>
>> Check the log again.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to