stefantalpalaru / deluge-default-trackers

Deluge plugin for adding default trackers to all the new torrents
GNU General Public License v3.0
141 stars 23 forks source link

Does not stay on #18

Closed LanceLake closed 6 years ago

LanceLake commented 6 years ago

When you select from the plugin menu on windows 7, the check mark appears. But as soon as you clock apply, the checkbox disappears.

There is no "Default Trackers" showing up on the selection tab to the left.

This may be of use..

Unable to instantiate plugin! No module named requests Traceback (most recent call last): File "deluge\pluginmanagerbase.py", line 144, in enable_plugin File "c:\program files (x86)\deluge\deluge-1.3.15-py2.7.egg\deluge\plugins\defaulttrackers-0.1-py2.7.egg\defaulttrackers__init.py", line 45, in init__ from core import Core as _plugin_cls File "c:\program files (x86)\deluge\deluge-1.3.15-py2.7.egg\deluge\plugins\defaulttrackers-0.1-py2.7.egg\defaulttrackers\core.py", line 44, in ImportError: No module named requests

When installing, I just copied the egg file to a directory and installed it. Should I have done something more?

http://prntscr.com/jze931

stefantalpalaru commented 6 years ago

You need to install the "requests" Python module. Try this: https://stackoverflow.com/questions/18345763/installing-requests-module-in-python-2-7-windows

Try running "pip install requests" directly. It should work with a recent Python2 version.