Page 1 of 1

Mac OS X + Deluge + Flexget Help

Posted: Mon Jul 07, 2014 11:05 pm
by dryland
Hello, I'm trying to get this set up properly. However, my flexget cannot find deluge in my system. Can anyone guide me to the proper installation of deluge using macports to get this setup working. The error I get with the default installation locations is:

Plugin `deluge` cannot be used because dependency `deluge` is missing.

Does anyone have this setup working?

Re: Mac OS X + Deluge + Flexget Help

Posted: Tue Jul 08, 2014 2:40 am
by dryland
Found my answer....

Flexget will only talk to deluge via the macports python install. Ran the following and everything was golden.

export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

Nice "how to" can be found here:

https://gist.github.com/j10io/6877030