Elizabeth Dodd said the following, on 11.03.2008 21:23:
> On Wed, 12 Mar 2008, Elizabeth Dodd wrote:
>   
>> On Tue, 11 Mar 2008, David Frager wrote:
>>     
>>> export PYTHONPATH=<Location of Python2.5>/site-packages
>>>       
>> thanks for this but does it need to happen before the install?
>> it certainly makes no difference afterwards.
>> I have kaa under /usr/lib/python2.5/site-packages but freevo is all under
>> python2.4
>>     
>
> I have put the python2.5 in both user and root pythonpath
> the system is using the old kaa packages under python2.4 etc
> hiding those (making them kaa_old) stops freevo starting at all
> copying the kaa from 2.5 to 2.4 doesn't help.
>
> on the gentoo machine which has a working example, all of these packages are 
> under python2.4.
>
> so i am very confused
> new install is functional on gentoo
> upgrade on debian machine is very broken
>
> and i need to go off to work now
>   

You don't need PYTHONPATH set when you have installed freevo normally,
just when it has been installed in a test directory.

You can't mix python version, if you have upgraded to Python-2.5 then
you also need to install the dependencies again. Copying the python
files over may work but is a bit risky as the egg files aren't built.
Sometimes python uses shared objects (.so) files and these more than
likely will not work for different major versions of python.

In other words you cannot have kaa in python 2.4 site-packages and
freevo in python 2.5 site-packages.

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to