lastfm_extension icon indicating copy to clipboard operation
lastfm_extension copied to clipboard

libpeas-WARNING **: The 'python' plugin loader has not been enabled

Open geek-solutions opened this issue 7 years ago • 2 comments

When enabling the lastfm_extension the following error message occurs and Rhythmbox show, that the plugin could not be enabled. This extension is the only one producing this kind of failure.

Error message: (rhythmbox:18427): libpeas-WARNING **: The 'python' plugin loader has not been enabled

OS: Ubuntu 16.10 Rhythmbox 3.4.1

geek-solutions avatar Apr 12 '17 22:04 geek-solutions

Hi there! As you may have noticed, I haven't worked on this plugin for quite a while, so it's not that surprising that it stopped working. Neverthless, I'll try to give it a look some time soon, but can't promise anything on the short term :( In any case, thanks for your report!

asermax avatar Apr 19 '17 01:04 asermax

This issue is caused because the 'python3' loader should be specified in the .plugin file, not 'python'. It's fairly quick to convert this project to Python 3 using 2to3 and it'll then load correctly.

ssssam avatar Oct 22 '20 14:10 ssssam