#1979 closed bug (Fixed)
Unable to instantiate plugin 'Feeder': ImportError: No module named gtkui
Reported by: | Vladimir Berezhnoy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Plugin | Version: | master |
Keywords: | Cc: |
Description
17:38:46.076 [ERROR ][deluge.pluginmanagerbase :158 ] Unable to instantiate plugin 'Feeder' from '/usr/lib/python2.7/site-packages/deluge/plugins/Feeder-0.4-py2.7.egg'! 17:38:46.076 [ERROR ][deluge.pluginmanagerbase :1164] No module named gtkui Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 155, in enable_plugin
instance = cls(plugin_name.replace("-", "_"))
File "/usr/lib/python2.7/site-packages/deluge/plugins/Feeder-0.4-py2.7.egg/deluge/plugins/feeder/init.py", line 47, in init
from gtkui import GtkUI as _plugin_cls
ImportError: No module named gtkui
Attachments (1)
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
I believe yes. I've captured console log of a quick walk through GTK UI, including opening options for AutoAdd plugin and logs don't have errors from other plugins.
by , 13 years ago
Attachment: | deluge.log added |
---|
comment:3 by , 13 years ago
Component: | other → plugin |
---|---|
Milestone: | Future → 1.4.0 |
Resolution: | → fixed |
Status: | new → closed |
Fixed: 31222a5ab61
Is this the only plugin that does this?