May 7, 201610 yr Hey guys, Sorry to be a pain, but I can't seem to figure this one out... I am using "dmacias72" Deluge plugin. This has been working very well for me as the docker versions seem to have issues with my setup First error in the log: May 7 17:57:14 unRAID deluged: from six import integer_types as _integer_types May 7 17:57:14 unRAID deluged: ImportError: No module named six I was able to get around this with easy_install six but I cant seem to get past the next error May 7 18:04:45 unRAID deluged: Traceback (most recent call last): May 7 18:04:45 unRAID deluged: File "/usr/bin/deluge-web", line 9, in <module> May 7 18:04:45 unRAID deluged: load_entry_point('deluge==1.3.11', 'console_scripts', 'deluge-web')() May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/deluge/ui/web/web.py", line 138, in start May 7 18:04:45 unRAID deluged: web.start() May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/deluge/ui/web/web.py", line 107, in start May 7 18:04:45 unRAID deluged: import server May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/deluge/ui/web/server.py", line 51, in <module> May 7 18:04:45 unRAID deluged: from twisted.internet.ssl import SSL May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/twisted/internet/ssl.py", line 25, in <module> May 7 18:04:45 unRAID deluged: from OpenSSL import SSL May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> May 7 18:04:45 unRAID deluged: from OpenSSL import rand, crypto, SSL May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module> May 7 18:04:45 unRAID deluged: from OpenSSL._util import ( May 7 18:04:45 unRAID deluged: File "/usr/lib64/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module> May 7 18:04:45 unRAID deluged: from cryptography.hazmat.bindings.openssl.binding import Binding May 7 18:04:45 unRAID deluged: ImportError: No module named cryptography.hazmat.bindings.openssl.binding I tried running sudo apt-get install build-essential libssl-dev libffi-dev python-dev but my system doesnt have apt-get, I assume that is a slackware thing? Anyone have any idea what I can do to get this up and going or should I just remove and start again
Archived
This topic is now archived and is closed to further replies.