Re: Ubuntu PPA Update
Posted: Thu Dec 30, 2010 1:29 pm
Mindzai wrote:Anywhere I can get deluge-gtk 1.3.1?
Code: Select all
sudo apt-get install deluge-gtk
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
Mindzai wrote:Anywhere I can get deluge-gtk 1.3.1?
Code: Select all
sudo apt-get install deluge-gtk
What happens if you use a natty based gui and a remote daemon running in python 2.6? Do I need to downgrade my local desktop python to 2.6 to get 3rd party plugins to work?Cas wrote:this is because Natty uses Python 2.7 by default. You do not need to use the PPA as the official ubuntu repo has a slightly tweaked version for Natty.
For 3rd party plugins, you will need to get the python2.7 egg.
Simply make sure that your server has the py2.6 and your client has the py2.7 plugin installed (or vice versa). Make sure to install the plugin to the client before connecting to the server though.Spadge wrote:What happens if you use a natty based gui and a remote daemon running in python 2.6? Do I need to downgrade my local desktop python to 2.6 to get 3rd party plugins to work?
There is nothing wrong with the version in the official Ubuntu repo. You can check on Natty that the plugins are placed here: /usr/share/pyshared/deluge/pluginscyberhiker wrote:I am having the same issue. I was running a daemon on a Natty instance but controlling it via GTK with a laptop that was running python 2.6. Upgraded the laptop and now I can't manage/see/use the plugins.
I purged the Deluge repo's installation, removed the Deluge PPA and installed from the Official repos - but I am having the same issues. Please update the PPA for Natty, I will donate $20 (even though I know it is more effort than that and if the paypal link were working!).
I have done this and it works. I followed the 'how to make your own eggs' advice you linked to elsewhere and made my own egg where I could get source.Cas wrote:Simply make sure that your server has the py2.6 and your client has the py2.7 plugin installed (or vice versa). Make sure to install the plugin to the client before connecting to the server though.Spadge wrote:What happens if you use a natty based gui and a remote daemon running in python 2.6? Do I need to downgrade my local desktop python to 2.6 to get 3rd party plugins to work?