Sandro wrote:
> I've made quite a mess with apple files and links in the following folders:
>
> /usr/share/pycentral/python-freevo/site-packages/freevo/video
> /usr/share/pycentral/python-freevo/site-packages/freevo/video/plugins
> /usr/lib/python2.4/site-packages/freevo/video
> /usr/lib/python2.4/site-packages/freevo/video/plugins
> /usr/share/pycentral/python-freevo/site-packages/freevo/plugins/
> /usr/lib/python2.5/site-packages/freevo/video/plugins
>
> I don't understand why Freevo consists of such a mess with files
> shattered everywhere. I guess it doesn't matter when you're not having
> to fix things.
How have you installed them? Using python setup.py install?
If so then they are in the build directory which you can safely delete.
If you copied the files by hand then there will be a .pyc file too and
these need to be deleted.
> However I still get two or three variants of this message:
>
> Traceback (most recent call last):
> File "/usr/share/pycentral/python-freevo/site-packages/freevo/plugin.py",
> line 555, in __load_plugin__
> exec('import %s' % module)
> File "<string>", line 1, in <module>
> ImportError: No module named appletrailers
>
> I think I literally messed it up. Think I'll back up local_conf.py and
> completely remove/reinstall Freevo.
Should be easy enough to clean up your mess! Find the files and remove
the appletrailer files.
find /usr/lib/python2.*/freevo /usr/share/pycentral/python-freevo/ \
-name "appletr*" | xargs rm -v
Run the command without the | xargs rm -v first just to check what will
be deleted.
Then copy the files by hand to the correct location.
BTW freevo does not touch your local_conf.py.
>> Subject: Re: [Freevo-users] Problems loading plugins in 1.7.3
>> From: "Art S R" <[EMAIL PROTECTED]>
>>
>> Did you also try John's suggestion of placing the files in:
>> /usr/share/pycentral/python-freevo/site-packages/freevo/video/plugins/
>> (note that it's video/plugins)
>>
>> and leaving the local_conf.py entry as:
>> plugin.activate('video.appletrailers')
>>
>> This should place the Apple Trailers option under the Freevo Movies menu.
>>
>> Yes, I'm running Freevo 1.7. However, even though I am able to get the
>> plugin loaded, I am not able to successfully download the trailers. After
>> running for a minute or so, the plugin crashes Freevo. I'll report this in
>> another thread.
Duncan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users