Ticket #1951: deluge.bug

File deluge.bug, 3.2 KB (added by renato, 14 years ago)
Line 
1 renato@firefox-server:~$ deluge
2 19:16:36.049 [ERROR ][deluge.pluginmanagerbase :158 ] Unable to instantiate plugin 'AutoAdd' from '/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/AutoAdd-1.02-py2.7.egg'!
3 19:16:36.050 [ERROR ][deluge.pluginmanagerbase :1164] No module named init
4 Traceback (most recent call last):
5 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/pluginmanagerbase.py", line 154, in enable_plugin
6 cls = entry_point.load()
7 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load
8 entry = __import__(self.module_name, globals(),globals(), ['__name__'])
9 File "build/bdist.linux-i686/egg/deluge/plugins/autoadd/__init__.py", line 40, in <module>
10 ImportError: No module named init
11 19:16:36.052 [ERROR ][deluge.pluginmanagerbase :158 ] Unable to instantiate plugin 'Blocklist' from '/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/Blocklist-1.2-py2.7.egg'!
12 19:16:36.052 [ERROR ][deluge.pluginmanagerbase :1164] No module named init
13 Traceback (most recent call last):
14 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/pluginmanagerbase.py", line 154, in enable_plugin
15 cls = entry_point.load()
16 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load
17 entry = __import__(self.module_name, globals(),globals(), ['__name__'])
18 File "build/bdist.linux-i686/egg/deluge/plugins/blocklist/__init__.py", line 37, in <module>
19 ImportError: No module named init
20 19:16:36.054 [ERROR ][deluge.pluginmanagerbase :158 ] Unable to instantiate plugin 'Label' from '/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/Label-0.1-py2.7.egg'!
21 19:16:36.054 [ERROR ][deluge.pluginmanagerbase :1164] No module named init
22 Traceback (most recent call last):
23 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/pluginmanagerbase.py", line 154, in enable_plugin
24 cls = entry_point.load()
25 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load
26 entry = __import__(self.module_name, globals(),globals(), ['__name__'])
27 File "build/bdist.linux-i686/egg/deluge/plugins/label/__init__.py", line 36, in <module>
28 ImportError: No module named init
29 19:16:36.056 [ERROR ][deluge.pluginmanagerbase :158 ] Unable to instantiate plugin 'Stats' from '/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/Stats-0.3.2-py2.7.egg'!
30 19:16:36.056 [ERROR ][deluge.pluginmanagerbase :1164] No module named init
31 Traceback (most recent call last):
32 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/pluginmanagerbase.py", line 154, in enable_plugin
33 cls = entry_point.load()
34 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load
35 entry = __import__(self.module_name, globals(),globals(), ['__name__'])
36 File "build/bdist.linux-i686/egg/deluge/plugins/stats/__init__.py", line 39, in <module>
37 ImportError: No module named init
38
39
40
41