John Molohan wrote:
> Meneer Janssen wrote:
>> Duncan Webb wrote:
>>   
>>> Meneer Janssen said the following, on 12.03.2008 10:42:
>>>     
>>>> meneerjansen wrote:
>>>>
>>>>       
>>>>> After trying an SVN version of Freevo (didn't start) and trying to 
>>>>> install KAA from svn
>>>>> (needed evas; no ubuntu package for it...) I tried to reinstall Freevo 
>>>>> 1.7.6.1,
>>>>> which worked perfectly before (exept for the alpha blend bug).
>>>>>
>>>>>         
>>> You really needed the rel-1-7 branch, my guess is that you were trying
>>> the rel-1 (1.8.0) branch.
>>>
>>> Freevo-1 (branches rel-1 and rel-1-7) don't need all of kaa, just, base,
>>> imlib2 and metadata so if other parts don't install then that's fine
>>> .
>>>
>>>     
>>>>> I deleted some 'site-packages' directories from the python 2.5 dir 
>>>>> (freevo itseld and kaa etc.).
>>>>> Then I reinstalled those packages again w/ Synaptic.
>>>>>
>>>>> But I get errors when I try to view the TV EPG. And when I try to get a 
>>>>> TV channel listing w/
>>>>> the following command I get an error too:
>>>>> [code]
>>>>> sudo freevo tv_grab --query
>>>>> [/code]
>>>>> Error message:
>>>>> [error]
>>>>> searching for station information
>>>>> Possible list of tv channels. If you want to change the station
>>>>> id, copy the next statement into your local_conf.py and edit it.
>>>>> You can also remove lines or resort them
>>>>> TV_CHANNELS = [
>>>>> Traceback (most recent call last):
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/helpers/tv_grab.py", line 
>>>>> 108, in
>>>>>     print '    ( \'%s\', \'%s\', \'%s\' ) ] ' % chanlist[-1]
>>>>> IndexError: list index out of range
>>>>> [/error]
>>>>>
>>>>> And when I try to access the TV EPG/channel list:
>>>>> [error]
>>>>> Traceback (most recent call last):
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 288, in 
>>>>> eventhandler
>>>>>     app.eventhandler(event)
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 731, in 
>>>>> eventhandler
>>>>>     action( arg=arg, menuw=self )
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 92, in 
>>>>> select
>>>>>     self.function(arg=self.arg, menuw=menuw)
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvmenu.py", line 138, 
>>>>> in start_tvguide
>>>>>     TVGuide(self.get_start_time(), start_tv, menuw)
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line 61, 
>>>>> in __init__
>>>>>     self.n_items, self.hours_per_page = skin.items_per_page(('tv', self))
>>>>>   File "/usr/lib/python2.5/site-packages/freevo/skins/main/main.py", line 
>>>>> 435, in items_per_page
>>>>>     self.get_display_style('tv'))
>>>>>   File 
>>>>> "/usr/lib/python2.5/site-packages/freevo/skins/main/tvlisting_area.py", 
>>>>> line 78, in get_items_geometry
>>>>>     overlap_val   = content.types['overlap']
>>>>> KeyError: 'overlap'
>>>>> Stopping webserver plugin.
>>>>> Stopping webserver plugin.
>>>>> webserver not running
>>>>> Stopping webserver plugin.
>>>>> webserver not running
>>>>> [/error]
>>>>>
>>>>> By the way, I cant seem to get the webserver working either, which worked 
>>>>> before.
>>>>>
>>>>> How do I *completely* (!) remove freevo, so I can reinstall it?
>>>>>
>>>>>         
>>>> O.K. Deleted /var/cache/freevo/ and /usr/share/freevo now it works again.:)
>>>>
>>>>       
>>> to completely remove freevo the directories are:
>>> /var/cache/freevo
>>> /var/log/freevo
>>> /var/lib/freevo
>>> /usr/share/freevo
>>> /usr/share/doc/freevo
>>> /usr/lib/python2-X/site-packages/freevo
>>> src/build
>>>
>>> Duncan
>>>     
>> Thank you for the help and info! :)
>> I think that what I did wrong was the following: 
>> I copied the 'svn command' literally from 
>> http://freevo.sourceforge.net/download/freevo.php 
>> in a terminal. That wrong command is:
>> svn co svn://svn.freevo.org/freevo/branches/rel-1 freevo-1.x
>> I think it should be:
>> svn co svn://svn.freevo.org/freevo/branches/rel-1-7 freevo-1.7-svn
>>   
> Thanks for the feedback, this is an omission on the site, I'll update it 
> now.

There are two wiki pages that are of interest to people installing the 
svn versions:
http://doc.freevo.org/SourceSVNInstallation
http://doc.freevo.org/Contributing

One thing that is not mentioned is that it is possible to install kaa 
into the same directory as freevo.

cd kaa
python setup.py install --prefix=~/freevo-test
may be I should update this.

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