> Duncan Webb wrote:
>> This report seems to come up from time to time, either it is caused by
>> old freevo files that have been installed or that the wrong files are
>> being used.
>>
>> Have you had a previous version of freevo installed? (silly question as
>> I know the answer)
>>
>> If so try finding all the freevo directories,
>> find / -type d -name "freevo*"
>> And then moving them out of the way, just in case something goes
>> horribly wrong. I normally do:
>> mv freevo freevo-<version number>
>>
>> Then try the installation again.
>>
>> Duncan
>>
> Ok...
>
> I've removed and re-installed freevo. ensuring that I moved the old
> python 2.4 install out of the way into a freevo162 directory
>
> [EMAIL PROTECTED] freevo-1.7.2]# python setup.py install
> checking for xml.utils.qp_xml... found
> checking for kaa...        found
> checking for kaa.metadata... found
> checking for kaa.imlib2... found
> checking for BeautifulSoup... found
> checking for pygame...     found
> checking for Image...      found
> checking for elementtree... found
> checking for twisted...    found
> checking for twisted.web.microdom... found
> running install
> running build
> running build_py
> running build_scripts
> running install_lib
> running install_scripts
> changing mode of /usr/bin/freevo to 755
> running install_data
>
> I start the record server and freevo -fs
>
> I then select the "Watch TV" menu, followed by "TV Guide" and I still get
> the same result:
>
> full output from the main log for this clean install:
>
> [EMAIL PROTECTED] freevo]# cat main-0.log
> -------------------------------------------------------------------------------
> Freevo (1.7.2) start at Tue Jun  5 22:40:11 2007
> -------------------------------------------------------------------------------
> Error: VIDEO_SHOW_DATA_DIR not found
> PyLirc resumed!
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py",
> line 334, in move_tray
>     s = ioctl(fd, CDROMCLOSETRAY)
> IOError: [Errno 5] Input/output error

> ERROR mpeg(765): bad TS

Wonder where this is coming from?

> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 290, in
> eventhandler
>     app.eventhandler(event)
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 673, 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 147,
> in start_tvguide
>     TVGuide(self.get_start_time(), start_tv, menuw)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line 63,
> in __init__
>     self.n_items, hours_per_page = skin.items_per_page(('tv', self))
>   File "/usr/lib/python2.5/site-packages/freevo/skins/main/main.py",
> line 431, 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'

The overlap comes from the skins which are normally stored in
/usr/share/freevo I wonder if an old skin file is being used. You can do a
search for blurr.fxd either with a 'find / -name "blurr.fxd"' or a 'locate
blurr.fxd'. I guess that you will find more than one, in which case you
will need to move the directories out of the way.

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