This did not appear to help. I even went as far as deleting ~/freevo-test
and re-installing everything...maybe I'm missing a step or I may have a bad
config file.
1) svn co svn://svn.freevo.org/kaa/trunk kaa
cd kaa
python setup.py install --prefix=~/freevo-test
2) svn co svn://svn.freevo.org/freevo/branches/rel-1 freevo-1.x
cd freevo-1.x
3) cd BeautifulSoup-3.0.5
python setup.py install --prefix=~/freevo-test
4) ./autogen.sh
5) python setup.py install --prefix=~/freevo-test
6) cd ~/freevo-test
copied backup of freevo.conf and local.conf.py
PYTHONPATH=/root/freevo-test/lib/python2.5/site-packages
PATH=/root/freevo-test/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/ker
beros/bin:
/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/b
in:/root/bin
============================================================================
====
Freevo 1.8.0-svn r10546 started at Tue Mar 18 20:01:21 2008
----------------------------------------------------------------------------
----
2008-03-18 20:01:21,458 INFO config.py (531): LOGDIR: /var/log
/var/log/freevo
2008-03-18 20:01:21,459 INFO config.py (532): STATICDIR: /var/lib
/var/lib/freevo
2008-03-18 20:01:21,460 INFO config.py (533): CACHEDIR: /var/cache
/var/cache/freevo
2008-03-18 20:01:21,461 INFO config.py (552): Loading freevo
configuration file "./freevo.conf"
2008-03-18 20:01:21,576 INFO new process watcher instance
2008-03-18 20:01:21,731 INFO config.py (641): Loading local
configuration file "./local_conf.py"
Warning: freevo_config.py was changed, please check local_conf.py
You are using version 5.22, changes since then:
Version 5.23:
Added XMLTV_TIMEZONE to allow the time zone to be specified
Added OSD_X11_CURSORS to allow custom cursor to be set, stops xine
showing a cursor
Changed TV_RECORD_SCHEDULE to be a pickle file, this will delete
existing favorites
Added TV_RECORD_FAVORITES and TV_RECORD_FAVORITES_LIST to keep
favorites separate
Changed SHUTDOWN_CONFIRM to SYS_SHUTDOWN_CONFIRM for consistency
Changed SHUTDOWN_SYS_CMD to SYS_SHUTDOWN_CMD for consistency
Changed RESTART_SYS_CMD to SYS_RESTART_CMD for consistency
Changed SHUTDOWN_SYS_ENABLE to SYS_SHUTDOWN_ENABLE for consistency
Removed RECORDSERVER_PORT2 as it is no longer needed, using
RECORDSERVER_PORT instead
2008-03-18 20:01:21,792 INFO config.py (1039): overlaydir:
/var/cache/freevo/vfs
2008-03-18 20:01:21,801 WARNING rc.py (167): '/etc/freevo/lircrc' not
found!
2008-03-18 20:01:21,944 WARNING rc.py (167): '/etc/freevo/lircrc' not
found!
failed to load plugin tv.scheduled_recordings
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/root/freevo-test/lib/python2.5/site-packages/freevo/plugin.py",
line 559, in __load_plugin__
exec('import %s' % module)
File "<string>", line 1, in <module>
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/plugins/scheduled_r
ecordings.py", line 34, in <module>
from tv.record_client import RecordClient
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 62, in <module>
class RecordClientActions:
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 114, in RecordClientActions
@kaa.coroutine()
AttributeError: 'module' object has no attribute 'coroutine'
failed to load plugin tv.view_favorites
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/root/freevo-test/lib/python2.5/site-packages/freevo/plugin.py",
line 559, in __load_plugin__
exec('import %s' % module)
File "<string>", line 1, in <module>
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/plugins/view_favori
tes.py", line 34, in <module>
from tv.record_client import RecordClient
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 62, in <module>
class RecordClientActions:
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 114, in RecordClientActions
@kaa.coroutine()
AttributeError: 'module' object has no attribute 'coroutine'
failed to load plugin tv.manual_record
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/root/freevo-test/lib/python2.5/site-packages/freevo/plugin.py",
line 559, in __load_plugin__
exec('import %s' % module)
File "<string>", line 1, in <module>
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/plugins/manual_reco
rd.py", line 39, in <module>
from tv.record_client import RecordClient
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 62, in <module>
class RecordClientActions:
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 114, in RecordClientActions
@kaa.coroutine()
AttributeError: 'module' object has no attribute 'coroutine'
2008-03-18 20:01:25,248 CRITICAL main.py (502): Crash!: 'module' object has
no attribute 'coroutine'
Traceback (most recent call last):
File "/root/freevo-test/lib/python2.5/site-packages/freevo/main.py", line
485, in <module>
MainMenu().getcmd()
File "/root/freevo-test/lib/python2.5/site-packages/freevo/main.py", line
168, in getcmd
items += p.items(self)
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/__init__.py", line
43, in items
import tvmenu
File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvmenu.py",
line 49, in <module>
from tv.tvguide import TVGuide
File "/root/freevo-test/lib/python2.5/site-packages/freevo/tv/tvguide.py",
line 42, in <module>
from programitem import ProgramItem
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/programitem.py",
line 39, in <module>
from favoriteitem import FavoriteItem
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/favoriteitem.py",
line 43, in <module>
from tv.record_client import RecordClient
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 62, in <module>
class RecordClientActions:
File
"/root/freevo-test/lib/python2.5/site-packages/freevo/tv/record_client.py",
line 114, in RecordClientActions
@kaa.coroutine()
AttributeError: 'module' object has no attribute 'coroutine'
----------------------------------------------------------------------------
----
Freevo 1.8.0-svn r10546 finished at Tue Mar 18 20:01:21 2008
============================================================================
====
-------------------------------------------------------------------------
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