Deluge 0.52 on gutsy

General support for problems installing or using Deluge
Post Reply
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Deluge 0.52 on gutsy

Post by shirish »

Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
The Mage
New User
New User
Posts: 5
Joined: Tue Jul 10, 2007 4:03 pm

Re: Deluge 0.52 on gutsy

Post by The Mage »

Any word on when debs will be available for Gutsy?

Cheers.
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: Deluge 0.52 on gutsy

Post by shirish »

The Mage wrote:Any word on when debs will be available for Gutsy?

Cheers.
its already there, if you are using svn version then you would have to manually remove all
of the stuff & then can install it.

Code: Select all

shirish@ubuntu:~/deluge$ aptitude show deluge-torrent
Package: deluge-torrent
New: yes
State: not installed
Version: 0.5.2-0ubuntu1
Priority: optional
Section: universe/net
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 4448k
Depends: libboost-date-time1.34.0 (>= 1.34.0~rc2-1), libboost-filesystem1.34.0 (>= 1.34.0~rc2-1),
         libboost-thread1.34.0 (>= 1.34.0~rc2-1), libc6 (>= 2.6), libgcc1 (>= 1:4.2-20070516), libssl0.9.8 (>=
         0.9.8e-1), libstdc++6 (>= 4.2-20070516), zlib1g (>= 1:1.2.1), python (>= 2.5), python-support (>= 0.3.4),
         python (< 2.6), python-gtk2, python-glade2, python-xdg, python-notify, notification-daemon
Description: A Bittorrent client written in Python/PyGTK
 Deluge is a Bittorrent client, created using Python and GTK+. 
 
 Deluge is intended to bring a native, full-featured client to Linux GTK desktop environments such as Gnome and
 XFCE. 
 
 It uses Rasterbar's version of libtorrent, and python bindings written by Kripkenstein. 
 
 Homepage: http://www.deluge-torrent.org/

Removing svn one has to rm the following completely :-

Code: Select all

usr/bin/deluge
/usr/lib/python2.X/site-packages/deluge*
/usr/share/deluge/*
/usr/share/applications/deluge.desktop
/usr/share/pixmaps/deluge.xpm
rm `find /usr/share/locale -name 'deluge.mo'`
Cheers!
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
The Mage
New User
New User
Posts: 5
Joined: Tue Jul 10, 2007 4:03 pm

Re: Deluge 0.52 on gutsy

Post by The Mage »

Cool thanks for that I just didn't look hard enough.

Cheers mate.
The Mage
New User
New User
Posts: 5
Joined: Tue Jul 10, 2007 4:03 pm

Re: Deluge 0.52 on gutsy

Post by The Mage »

I get the following error when trying to run the Gusty version of Deluge from the link you provided.

Code: Select all

:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/var/lib/python-support/python2.5/deluge/core.py:782: DeprecationWarning: integer argument expected, got float
  PREF_FUNCTIONS[pref](self.get_pref(pref))
Traceback (most recent call last):
  File "/usr/bin/deluge", line 93, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 67, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 58, in __init__
    '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 224, in __init__
    self.state = pickle.load(pkl_file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 1069, in load_inst
    klass = self.find_class(module, name)
  File "/usr/lib/python2.5/pickle.py", line 1124, in find_class
    __import__(module)
ImportError: No module named deluge
Note, I only recently upgraded my Ubuntu install from Feisty.

The steps I took before installing the Gutsy deb were 1) uninstalled the Feisty version, 2) deleted ~/.deluge 3) installed the Gutsy deb.

Any suggestions?

Sorry to be such a bother.

Cheers.
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: Deluge 0.52 on gutsy

Post by shirish »

Mage, you didn't need to download through that. You just needed to do the following :-

Code: Select all

sudo aptitude update
sudo aptitude upgrade
The newer deluge would have been there or after doing the above do :-

Code: Select all

sudo aptitude install deluge-torrent
as far as your issue is concerned, you need to delete :-

Code: Select all

rm -rf .config/deluge
Now try to start, the error will no longer be there.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
The Mage
New User
New User
Posts: 5
Joined: Tue Jul 10, 2007 4:03 pm

Re: Deluge 0.52 on gutsy

Post by The Mage »

Ok, thanks for the advice.

rm -rf .config/deluge did the trick. I didn't know about that directory.

Cheers.
Post Reply