Created
February 20, 2012 03:58
-
-
Save octaflop/1867746 to your computer and use it in GitHub Desktop.
deluge traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 19:58:13.154 [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'! | |
| 19:58:13.154 [ERROR ][deluge.pluginmanagerbase :1164] No module named init | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/pluginmanagerbase.py", line 154, in enable_plugin | |
| cls = entry_point.load() | |
| File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load | |
| entry = __import__(self.module_name, globals(),globals(), ['__name__']) | |
| File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/Blocklist-1.2-py2.6.egg/deluge/plugins/blocklist/__init__.py", line 37, in <module> | |
| ImportError: No module named init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment