Search found 21 matches

by teh_g
Tue Nov 30, 2010 4:14 pm
Forum: Support
Topic: Memory leak in 1.3
Replies: 36
Views: 22800

Re: Memory leak in 1.3

I am seeing the memory and CPU issue as well on Debian 5.
by teh_g
Sun Nov 14, 2010 4:52 am
Forum: Support
Topic: Debian and the Python Dependencies
Replies: 2
Views: 2108

Re: Debian and the Python Dependencies

I guess I can stick with 2.5, I would rather not do a hack and slash 2.6 install. Am I miss out on anything in particular?
by teh_g
Sat Nov 13, 2010 10:19 pm
Forum: Support
Topic: Debian and the Python Dependencies
Replies: 2
Views: 2108

Debian and the Python Dependencies

I think I had mentioned this in a post before, but never got a sure answer. Using Debian 5 and Deluge 1.3.0, I was forced to uninstall Python 2.6 from the machine and use Python 2.5. This is due to some of the dependencies that are listed for Deluge. Was this fixed in 1.3.1? Or is this just somethin...
by teh_g
Wed Oct 20, 2010 12:37 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

Mine is forgetting that AutoAdd is enabled. Though I can't use the plugin since I don't have a client to use other than the WebUI.
by teh_g
Tue Oct 19, 2010 11:33 pm
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 366915

Re: AutoAdd (multiple watchdir) plugin for deluge 1.2+

I would love you forever if you added WebUI functionality.
by teh_g
Tue Oct 19, 2010 11:11 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

Building python 2.5 compatible versions of the plugins isn't too hard: Grab 1.3.0's tarball Extract it and change into the directory Run python setup.py build_plugins You should then see the .eggs under deluge/plugins/ Thank you so much. I compiled the plugins and placed them in ~/.config/deluge/pl...
by teh_g
Tue Oct 19, 2010 10:16 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

I couldn't even get Deluged installed. I think it was because I am using the Web Console which needs the Deluge GTK which needs a python module that doesn't work with 2.6.
by teh_g
Tue Oct 19, 2010 9:35 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

Yeah, I got the same thing as you JanAcc. There are too many dependencies on python 2.5 to get the 2.6 plugins to work. It looks like we need a developer to go through and check the dependencies to see if we can get python 2.6 on our system (and maybe clearly state somewhere that you need 2.6 to run...
by teh_g
Tue Oct 19, 2010 2:59 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

I went ahead and uninstalled everything then installed Python 2.6 on my own.

I can't get Deluge to install via apt-get or aptitude. It will basically force me to downgrade to Python 2.5. It looks like some of the deluge-gtk dependencies (namely python-glade2 and python-notify) require Python 2.5.
by teh_g
Tue Oct 19, 2010 1:36 pm
Forum: Support
Topic: Supplied Deluge Plugins Do Not Exist
Replies: 20
Views: 15611

Re: Supplied Deluge Plugins Do Not Exist

I think that Python 2.5 is the 'recommended' version, because 2.6 is still marked as in testing perhaps? Would it be detrimental to Deluge (and other Python dependencies) to uninstall 2.5 and put 2.6 on my system?