Tanja wrote:
> Dirk Meyer schrieb:
>> Tanja wrote:
>>>> OK, and is it correct? I mean is there a subdir freevo somewhere?
>>> Yes, ../lib/python2.4/site-packages/
>>>
>>>> Wait, I have an idea:
>>>> | os.chdir("/")
>>>>
>>>> This happens when going into background. Do you have a /freevo?
>>>>
>>> No, but after os.chdir("/") the path from above does not point to the
>>> freevo subdirectory anymore.
>>
>> Do a real install with --prefix. Freevo should be able to find its
>> extra dirs.
>>
>
> I did!
>
> The svn directory is /usr/local/freevo-2.0/src
> then I did python setup.py install --prefix=/usr/local/freevo-2.0OK, so this it what Freevo does to remember the path (taken from your debug messages, thanks): | ['../lib/python2.4/site-packages', | '/usr/local/freevo-2.0/bin', So you start freevo-tvserver with a relative path while I did not think of that. Doing a chdir with a relative path is a bit stupid from the tvserver script :). Fixed in svn now. Thanks for the help. Dischi -- Trust no one - umask 777
pgpPAERuG7N8B.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
