Hi,

(Me again :-) )

I just wanted to play with the cd_burn plugin, but I cannot do anything 
with it.
In fact, even the 
freevo plugins -i cd_burn
crashes :
--------------------------------------------------------------------------------
Name: cd_burn
Type: ItemPlugin
File: /usr/lib/python2.4/site-packages/freevo/plugins/cd_burn.py

Description:
------------
Enables writing selected item to compatable device.  So far we can burn
files to cd, DVD (VIDEO_TS) to video dvd, and files (mp3 and Ogg) to
Audio cd.

Place cd_burn.py in:
freevo/plugins/.

Activate in local_conf.py by:
plugin.activate(cd_burn)

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/helpers/plugins.py", 
line 260, in ?
    print_info(sys.argv[2], parse_plugins())
  File "/usr/lib/python2.4/site-packages/freevo/helpers/plugins.py", 
line 135, in print_info
    config_list = return_config()
  File "<string>", line 4, in return_config
NameError: global name 'self' is not defined
---------------------------------------------------------------------------------------

I was able to see that the trouble is somewhere in the
def config from the class PluginInterface, but how can it come that
self.dev_list = [] gave this answer : 'NameError: global name 'self' is 
not defined' that is over my understanding (OK, my understanding is 
quite low :-) )

Same trouble on my two systems.

Thanks,
Pascal

-- 
Pascal Schirrmann


-------------------------------------------------------------------------
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