Opened 12 years ago

Closed 12 years ago

Last modified 7 years ago

#1979 closed bug (Fixed)

Unable to instantiate plugin 'Feeder': ImportError: No module named gtkui

Reported by: non7top 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 non7top 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 12 years ago by Cas

Is this the only plugin that does this?

comment:2 Changed 12 years ago by non7top

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.

Changed 12 years ago by non7top

comment:3 Changed 12 years ago by Cas

  • Component changed from other to plugin
  • Milestone changed from Future to 1.4.0
  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.