Can't get flexget and deluge to work on Windows 7 x64

Specific support for Deluge on Microsoft Windows OS
Post Reply
emess

Can't get flexget and deluge to work on Windows 7 x64

Post by emess »

I'm using flexget V 1.0r2312 and deluge 1.3.3.
When I run flexget I Get the following error:
2011-08-18 23:29 CRITICAL feed Plugin `deluge` cannot be used because dependency `deluge` is missing.
2011-08-18 23:29 INFO feed Aborting feed (plugin: deluge)

Installed flexget with python 2.6.6 and deluge is installed in <program filesx86> have also tried <program files> tried with both x86 and x64 python.

Has anyone managed to get this working?

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

Re: Can't get flexget and deluge to work on Windows 7 x64

Post by gazpachoking »

I have added some debug logging for the Deluge install autodetection in FlexGet r2333. Please upgrade to that version and run flexget with --debug to see if your Deluge install is being successfully detected. Please come to #flexget on freenode, or create a ticket on the flexget bug tracker with further problems, as I check those much more often.
emess

Re: Can't get flexget and deluge to work on Windows 7 x64

Post by emess »

Ok thanks Ill do that.
Putting the debug output here as well:
C:\Python26x86\Scripts>flexget.exe --debug
2011-08-30 23:55 DEBUG plugin Ignoring non-existing plugin directory C:\Users\Media\.flexget\plugins
2011-08-30 23:55 DEBUG plugin Looking for plugins in C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins
2011-08-30 23:55 DEBUG deluge Looking for deluge install in C:\Program Files (x86)\Deluge
2011-08-30 23:55 DEBUG deluge Found deluge install in C:\Program Files (x86)\Deluge adding to sys.path
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\cli'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\download'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\exit'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\filter'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\generic'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\input'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\local'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\metainfo'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\modify'
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\output'
2011-08-30 23:55 DEBUG plugin Plugin `memusage` requires `ext lib `guppy`` to load.
2011-08-30 23:55 DEBUG plugin Looking for sub-plugins in 'C:\Python26x86\lib\site-packages\flexget-1.0r2333-py2.6.egg\flexget\plugins\start'
2011-08-30 23:55 DEBUG plugin Plugins took 0.84 seconds to load
2011-08-30 23:55 DEBUG manager Figuring out config load paths
2011-08-30 23:55 DEBUG manager Found config: C:\Users\Media\.flexget\config.yml
2011-08-30 23:55 DEBUG manager Pre-checked 14 configuration lines
2011-08-30 23:55 DEBUG manager config_name: config
2011-08-30 23:55 DEBUG manager config_base: C:\Users\Media\.flexget
2011-08-30 23:55 DEBUG manager connecting to: sqlite:///C:\\Users\\Media\\.flexget\\db-config.sqlite
2011-08-30 23:55 DEBUG feed resetting tv-shows
2011-08-30 23:55 DEBUG manager sys.defaultencoding: ascii
2011-08-30 23:55 DEBUG manager sys.getfilesystemencoding: mbcs
2011-08-30 23:55 DEBUG manager os.path.supports_unicode_filenames: True
2011-08-30 23:55 DEBUG archive reseting injection
2011-08-30 23:55 DEBUG cached clearing cache
2011-08-30 23:55 DEBUG deluge Looking for deluge 1.1 API
2011-08-30 23:55 DEBUG deluge Looking for deluge 1.2 API
2011-08-30 23:55 CRITICAL feed Plugin `deluge` cannot be used because dependency `deluge` is missing.
2011-08-30 23:55 INFO feed Aborting feed (plugin: deluge)
2011-08-30 23:55 DEBUG manager Not running db cleanup, last run 2011-08-30 22:36:57.515000
2011-08-30 23:55 DEBUG manager Shutting down
2011-08-30 23:55 DEBUG manager Shutdown completed
2011-08-30 23:55 DEBUG manager Removed C:\Users\Media\.flexget\.config-lock
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Can't get flexget and deluge to work on Windows 7 x64

Post by gazpachoking »

Resolved in flexget ticket by manually installing some deps.
Post Reply