Opened 14 years ago

Closed 14 years ago

#1183 closed defect (Invalid)

can't enable plugins

Reported by: lk29 Owned by:
Priority: major Milestone:
Component: Core Version: 1.2.0_dev
Keywords: Cc:

Description

in deluged.log

{{{[ERROR ] 05:04:51 pluginmanagerbase:138 Unable to instantiate plugin! [ERROR ] 05:04:51 pluginmanagerbase:139 cannot import name PluginBase? Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge-1.2.900_dev-py2.5.egg/deluge/pluginmanagerbase.py", line 135, in enable_plugin

cls = entry_point.load()

File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1954, in load

entry = import(self.module_name, globals(),globals(), __name__?)

File "build/bdist.linux-i686/egg/remotenotify/init.py", line 40, in <module>

ImportError?: cannot import name PluginBase? [ERROR ] 05:05:42 pluginmanagerbase:138 Unable to instantiate plugin! [ERROR ] 05:05:42 pluginmanagerbase:139 cannot import name PluginBase? Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge-1.2.900_dev-py2.5.egg/deluge/pluginmanagerbase.py", line 135, in enable_plugin

cls = entry_point.load()

File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1954, in load

entry = import(self.module_name, globals(),globals(), __name__?)

File "build/bdist.linux-i686/egg/remotenotify/init.py", line 40, in <module>

ImportError?: cannot import name PluginBase?

}}} webui git on 15032010 5:00 deluge 1.2.900-dev

Change History (1)

comment:1 Changed 14 years ago by damoxc

  • Resolution set to invalid
  • Status changed from new to closed

RemoteNotify? is a 1.1.x plugin and is incompatible with 1.2+

Note: See TracTickets for help on using tickets.