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,
Deluge 1.3.5 + Python 2.7 + FlexGet Issues
Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues
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
Sigh, I'd that wasn't the case ;p
Thanks Cas
Thanks Cas
-
- Moderator
- Posts: 315
- Joined: Sat Aug 18, 2007 2:28 pm
- Location: Pittsburgh, USA
Re: Deluge 1.3.5 + Python 2.7 + FlexGet Issues
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.Viper wrote:Sigh, I'd that wasn't the case ;p
Thanks Cas