Hi,
I've just installed 1.2.0-rc5-dev (the windows version) and I'm unable to enable the extractor and/or the Blocklist plugin. The check-box check just disappears once I clicked apply or ok.
Extractor and Blocklist plugin problem
Re: Extractor and Blocklist plugin problem
Did you download: http://download.deluge-torrent.org/wind ... etup-2.exe ?
The first windows installer had a packaging error that prevented the blocklist from working. It didn't affect the extractor plugin though.
Otherwise best thing would be to paste deluged.log from %APPDATA%\deluge.
The first windows installer had a packaging error that prevented the blocklist from working. It didn't affect the extractor plugin though.
Otherwise best thing would be to paste deluged.log from %APPDATA%\deluge.
Re: Extractor and Blocklist plugin problem
Now that you mention it, the extractor is indeed not working, yes I have the version 2 of rc5... I believe this is what you need.
Code: Select all
[DEBUG ] 00:17:11 preferences:886 on_plugin_toggled
[ERROR ] 00:17:11 pluginmanagerbase:138 Unable to instantiate plugin!
[ERROR ] 00:17:11 __init__:1082 No module named utils
Traceback (most recent call last):
File "deluge\pluginmanagerbase.py", line 136, in enable_plugin
File "c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\deluge\plugins\extractor-0.1-py2.6.egg\extractor\__init__.py", line 44, in __init__
from core import Core as _plugin_cls
File "c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\deluge\plugins\extractor-0.1-py2.6.egg\extractor\core.py", line 42, in <module>
ImportError: No module named utils
Re: Extractor and Blocklist plugin problem
Version 2 of the setup fixed the blocklist problem but the extractor remains broken and the log displays the same as what Loki posted above.
Re: Extractor and Blocklist plugin problem
This seems to be a packaging error (which has been fixed).
However, the extractor won't work on windows due to it expecting certain binaries to be available.
However, the extractor won't work on windows due to it expecting certain binaries to be available.
Re: Extractor and Blocklist plugin problem
Ok, thank you for the information. I guess there is no way around the fact that you need binaries that are only available on linux.
Re: Extractor and Blocklist plugin problem
It's not that they're only available on linux, it's that it doesn't know where to find them.