lastfm_extension
lastfm_extension copied to clipboard
libpeas-WARNING **: The 'python' plugin loader has not been enabled
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
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!
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.