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

Can't install in Raspberry Pi #19

Closed thewinger closed 6 years ago

thewinger commented 6 years ago

I have created the egg in the raspberry pi where deluge is installed, copied the .egg to the plugins folder and when I start Deluge this is the message that shows:

[ERROR ] 10:33:07 pluginmanagerbase:146 Unable to instantiate plugin! [ERROR ] 10:33:07 pluginmanagerbase:147 No module named requests Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/pluginmanagerbase.py", line instance = cls(pluginname.replace("-", "")) File "build/bdist.linux-armv7l/egg/defaulttrackers/init.py", line 45, from core import Core as _plugin_cls File "build/bdist.linux-armv7l/egg/defaulttrackers/core.py", line 44, in ImportError: No module named requests

Any idea what is happening?

thewinger commented 6 years ago

My bad! Installed python's requests module.