Error while loading plugin:
Exception importing MSNPlusSound
No module named MSNPlusSound
I've seen other posts of you and you seem to have some problem with directories (I had something similar), have you changed the emesene version that you were using? (for example, you were using the PPA and then changed to the svn version).
If so, go to /home/youruser/.config/emesene1.0/pluginsEmesene and open the file __init__.py, you should have something like:
__path__.append('old_emesene_path\plugins_base')
Change it to the new emesene path and the plugins error should be fixed.
If you remove the .config/emesene1.0 folder it will be created with the right path I guess, but you will loose all your configuration and not standard plugins, try changing the path first by hand.