Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#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)

deluge.log (4.9 KB ) - added by Vladimir Berezhnoy 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Calum, 13 years ago

Is this the only plugin that does this?

comment:2 by Vladimir Berezhnoy, 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 Vladimir Berezhnoy, 13 years ago

Attachment: deluge.log added

comment:3 by Calum, 13 years ago

Component: otherplugin
Milestone: Future1.4.0
Resolution: fixed
Status: newclosed

comment:4 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.