I've done something silly .. can't figure my way out. I got freevo running
OK on machine "B" by copying a working freevo 1.5.1 tree from machine "A",
then did a freevo 1.5.2 install on machine "B" from the .tgz file. I'm
getting this error message during startup:
WARNING: PyLirc not found, lirc remote control disabled!
failed to load plugin tv.scheduled_recordings
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/freevo/plugin.py", line 570, in __load_plugin__
exec('import %s' % module)
File "<string>", line 1, in ?
File "/usr/lib/python2.2/site-packages/freevo/tv/plugins/scheduled_recordings.py", line 46, in ?
import tv.record_client as record_client
File "/usr/lib/python2.2/site-packages/freevo/tv/record_client.py", line 60, in ?
server = xmlrpclib.Server(server_string, allow_none=1)
TypeError: __init__() got an unexpected keyword argument 'allow_none'
I figure maybe the "allow_none" parameter in record_client.py ( changed recently ) is
clashing with something not getting properly updated when I do
python setup.py install
fom inside my new /opt/freevo1.5.2 directory. I've tried removing and recreating
my freevo directory, also have tried hiding /usr/lib/python2.2/site_packages/freevo
but I still get the same crash:
skin error: unable to parse expression in info_area
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/freevo/skins/main/info_area.py", line 107, in update_content
self.sellist = self.eval_expressions( self.list )
File "/usr/lib/python2.2/site-packages/freevo/skins/main/info_area.py", line 275, in eval_expressions
exp = eval(exp, {'attr': item.getattr}, function_calls)
File "<string>", line 0, in ?
File "/usr/lib/python2.2/site-packages/freevo/util/misc.py", line 430, in comingup
(status, recordings) = ri.getScheduledRecordings()
AttributeError: 'module' object has no attribute 'getScheduledRecordings'
related to the fact that tv.scheduled_recordings plugin barfs at startup.
I figure I need to delete some more stuff before installing 1.5.2 .. how do I
do an uninstall, please ?
Thanks, Polly
<=> Share and enjoy
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
