Page 1 of 1

Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Posted: Mon Apr 16, 2012 12:50 pm
by Viper
Hi all,

Apologies for making a new thread, but I've exhausted all my options/google skills.

I'm running Windows Server 2008 R2 64bit and have issues with getting FlexGet to interface with Deluge.
I've installed all the items following the guides, Deluge is running, however I'm getting errors with Flexget --debug, indicating that 'Error importing deluge: Bad magic number in C:\Python27\lib\site-packages\deluge-1.3.5-py2.6.egg\deluge\ui\client.pyc' and __init__.pyc

All I can assume is that the Python 2.6 egg is not compatible with python 2.7?
I've looked for an py2.7 egg but have come up empty.

Does anyone have ideas or things I can try?

Appreciate any input.

Cheers,

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Posted: Mon Apr 16, 2012 3:53 pm
by Cas
You need to install python 2.6 to use flexget with Deluge, it is mentioned on flexget site.

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Posted: Tue Apr 17, 2012 11:00 am
by Viper
Sigh, I'd that wasn't the case ;p

Thanks Cas

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Posted: Fri Apr 20, 2012 7:36 pm
by gazpachoking
Viper wrote:Sigh, I'd that wasn't the case ;p

Thanks Cas
You could do some extra work to get flexget running on 2.7 with deluge. The issue is being able to use the deluge client library from flexget. By default, flexget will find the library from the deluge installation, which is on python 2.6 32bit on windows. If you install the deluge client library by some other means into your python 2.7 environment everything should work fine.