Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Specific support for Deluge on Microsoft Windows OS
Post Reply
Viper

Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Post 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,
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Post by Cas »

You need to install python 2.6 to use flexget with Deluge, it is mentioned on flexget site.
Viper

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Post by Viper »

Sigh, I'd that wasn't the case ;p

Thanks Cas
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues

Post 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.
Post Reply