On 06/02/2009 11:57, Matthew Job said the following:
> I must have done something wrong last time.  I did it again and am 
> getting a different error
> 
> failed to load plugin idlebar.encoding
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 555, in 
> __load_plugin__
>     p = eval(object)()
>   File 
> "/usr/lib/python2.5/site-packages/freevo/plugins/idlebar/encoding.py", 
> line 70, in __init__
>     self.server    = EncodingClientActions()
> NameError: global name 'EncodingClientActions' is not defined
> 
> I cannot find anything about encodingclientactions.


You didn't do anything wrong, see 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=2390775&group_id=46652

Simply adding a line after "import rc" fixes this problem
  from gui import Progressbar
  import rc
+from video.encodingclient import EncodingClientActions

HTH
Duncan

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to