Plugin Error: Unable to activate plugin File Organizer

Asked by Markus

Rhythmbox 0.13.3
Rhythmbox Fileorganizer: 1.0.3-2 and 1.0.3-2-legacy
Arch Linux

The installation of Fileorganizer finished without errors. The plugin is shown in Rhythmbox but cannot be activated. When activating, this error message pops up:

"Plugin Error: Unable to activate plugin File Organizer"

I am able to activate the default plugins.

Question information

Language:
English Edit question
Status:
Solved
For:
Rhythmbox Fileorganizer Edit question
Assignee:
No assignee Edit question
Solved by:
Markus
Solved:
Last query:
Last reply:
Revision history for this message
lachlan-00 (lachlan-00) said :
#1

can you run this in a terminal and try to activate the plugin then post back?

rhythmbox -D fileorganizer

Revision history for this message
Markus (markus00000) said :
#2

Traceback (most recent call last):
  File "/home/m/.gnome2/rhythmbox/plugins/fileorganizer/fileorganizer.py", line 15, in <module>
    import pynotify
ImportError: No module named pynotify

(rhythmbox:7383): Rhythmbox-WARNING **: Could not load plugin fileorganizer

(rhythmbox:7383): Rhythmbox-WARNING **: Error, impossible to activate plugin 'File Organizer'

###

After installing the package python-py-notify I still get the same error. If I open an interactive python shell, I can only import "notify" without the "py". On the Py-notify website, they are using "from notify.all import *". Again no "py". When I search/replace "pynotify" for "notify" in fileorganizer.py, the plugin can be activated without errors.

Solved. And thanks for the hint.