Ubuntu PPA Update

General support for problems installing or using Deluge
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Ubuntu PPA Update

Post by Cas »

Mindzai wrote:Anywhere I can get deluge-gtk 1.3.1?

Code: Select all

sudo apt-get install deluge-gtk
janlev

Re: Ubuntu PPA Update

Post by janlev »

I use deluge with ubuntu, and untill now it has worked like a dream!

But last friday I upgraded my dist to Natty Narwhale, deluge still works, but all the plugins now missing. wiped from the disk! My first thought was to reinstall, but the PPA does not work, my only option in synaptic is to uninstall.

Any timeframe on PPA for natty?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Ubuntu PPA Update

Post by Cas »

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.
groboh

Re: Ubuntu PPA Update

Post by groboh »

I'm having the same problem. You cannot install the egg files because the install/open file menu doesn't work. Neither open nor cancel. The only way to close that window down is the X. I've also tried dropping the eggs into .config/deluge/pugins and rescanning but nothing shows up.
Spadge
Seeder
Seeder
Posts: 111
Joined: Sat Dec 13, 2008 4:17 pm

Re: Ubuntu PPA Update

Post by Spadge »

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.
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?
cyberhiker
New User
New User
Posts: 4
Joined: Wed May 04, 2011 6:19 pm

Re: Ubuntu PPA Update

Post by cyberhiker »

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

Re: Ubuntu PPA Update

Post by Cas »

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?
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.

Nothing is different with the plugin it is simply that your operating system has a different version of python so will only see eggs that match that version.
cyberhiker 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!).
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/plugins
albertdb
New User
New User
Posts: 5
Joined: Tue Nov 16, 2010 3:31 pm

Re: Ubuntu PPA Update

Post by albertdb »

Please, don't forget Jaunty (9.04) users when building Deluge 1.3.2 PPA packages :)

Thanks.
cyberhiker
New User
New User
Posts: 4
Joined: Wed May 04, 2011 6:19 pm

Re: Ubuntu PPA Update

Post by cyberhiker »

I got 1.3.1 working on Natty using the Ubuntu repositories. Please consider updating your PPA in the future.
Spadge
Seeder
Seeder
Posts: 111
Joined: Sat Dec 13, 2008 4:17 pm

Re: Ubuntu PPA Update

Post by Spadge »

Cas wrote:
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?
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.
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.

I even posted my yarss 2.7 egg in the relevant plugin thread in case anyone else wanted it.

Thanks for the advice.
Post Reply