> On Nov 29, 2007 8:22 AM, Christian Lyra <[EMAIL PROTECTED]> wrote:
>> HI there,
>>
>> Seems like a easy problem to fix:
>>
>> failed to load plugin video.bookmarker
>> start 'freevo plugins -l' to get a list of plugins
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 558, in
>> __load_plugin__
>>     exec('import %s' % module)
>>   File "<string>", line 1, in ?
>>
>> File
>> "/usr/lib/python2.4/site-packages/freevo/video/plugins/bookmarker.py",
>> line 82
>>      <<<<<<< .mine
>>       ^
>>  SyntaxError: invalid syntax
>
> This is usaually caused by an update to svn that didn't patch cleanly

Indeed

>> failed to load plugin video.xine
>> start 'freevo plugins -l' to get a list of plugins
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 558, in
>> __load_plugin__
>>     exec('import %s' % module)
>>   File "<string>", line 1, in ?
>> IndentationError: expected an indented block (xine.py, line 205)

You need to run:
svn status
if it report a 'C' in the first column then you have a conflict that needs
to be fixed.

You can either, manually edit the file looking for <<<< and then run:
svn resolved path/to/file.py
or
delete the file and do a svn update.

Duncan


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to