Pascal Schirrmann wrote:
> Hi,
> 
> I tried to activate the idlebar.encoding plugin (BTW, freevo is becoming 
> very very GREAT :-) :-) :-) thanks to you all folks ! )
> 
> After activating the plugin, freevo did crash on start , on line 192 of 
> plugins/idlebar/encoding.py
> The crash told me that self.idlebar.free_space doesn't exist.
> 
> I added this line the line before :
> self.idlebar.free_space = 0
> 
> Now, the plugin start, and I see a progress bar on the bottom of my 
> screen :-)

By default the idlebar is installed, have you removed it?

The draw function of the idlebar sets free_space so the only thing that
could cause this problem is if the plugins/idlebar/encoding is activated
before the idlebar, where do you have the idlebar.encoding in your
local_conf.py?

It's not a bad fix but should be done in the idlebar.__init__.py function.

Duncan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to