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

Unable to enable plugin in Deluge #29

Closed leekingsnatch69 closed 2 years ago

leekingsnatch69 commented 5 years ago

Windows 10 with Deluge 1.3.15 and Python 2.7.16. Getting the following error when trying to enable DefaultTrackers-0.2-py2.7.egg version of the plugin in Deluge.

DistributionNotFound: The 'six' distribution was not found and is required by the application

stefantalpalaru commented 5 years ago

You need this library: https://pypi.org/project/six/

leekingsnatch69 commented 5 years ago

six is installed yet still can't enable. I can only enable 0.1 version of the plugin:

c:\Python27>python -m pip search six

django-six (1.0.4) - Django-six —— Django Compatibility Library six (1.12.0) - Python 2 and 3 compatibility utilities INSTALLED: 1.12.0 (latest)

stefantalpalaru commented 5 years ago

You might not have the "site-packages" dir (where pip installs packages) in your PYTHONPATH. See https://stackoverflow.com/questions/25185300/cant-find-six-but-its-installed

stefantalpalaru commented 5 years ago

If the dependency is too much trouble, you also install the old version in the "Deluge-1.3" branch: https://github.com/stefantalpalaru/deluge-default-trackers/tree/Deluge-1.3