Since this went so well last time..
Rhythmbox now uses Python 3.x rather than 2.x for plugins. If you want your python plugin to work with Rhythmbox 3.0 (which won't be all that significant, despite the number) you'll need to convert it too. This often isn't hard - for some of the simpler in-tree plugins, it was a matter of adding brackets around the arguments to print() calls. 2to3 will probably do most of the work for you. _______________________________________________ rhythmbox-devel mailing list rhythmbox-devel@gnome.org https://mail.gnome.org/mailman/listinfo/rhythmbox-devel