Deluge 1.0.6 + Linux Mint 5 (Ubuntu Hardy) [SOLVED]

General support for problems installing or using Deluge
Post Reply
Kadotus

Deluge 1.0.6 + Linux Mint 5 (Ubuntu Hardy) [SOLVED]

Post by Kadotus »

Hi!

First of all, thank you for making deluge. :) love it.

And to my problem:

First I installed Deluge straight from repos (version 0.5-something), and it worked nicely.

I wanted a more recent Deluge, and uninstalled Deluge with synaptic.

Then i added to my /etc/apt/sources.list following lines:

deb http://ppa.launchpad.net/deluge-team/ubuntu hardy main restricted universe multiverse

deb-src http://ppa.launchpad.net/deluge-team/ubuntu hardy main restricted universe multiverse

And updated the repos and installed version 1.0.6.

... Tried launching it:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.0.6', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 91, in start_ui
    UI(options, args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 54, in __init__
    ui = GtkUI(args)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 176, in __init__
    self.torrentdetails = TorrentDetails()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentdetails.py", line 120, in __init__
    self.add_tab(default_tabs[tab_name]())
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/files_tab.py", line 176, in __init__
    self.load_state()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/files_tab.py", line 221, in load_state
    if column_state.name == column.get_title():
AttributeError: 'str' object has no attribute 'name'
:(

I'm a linux newbie, so please be gentle on me on this one. :D Tried searching on the forums, no luck.

Any ideas what I should do to get more updated version of Deluge working?

Oh and btw, the same happens when I download the .deb package (for hardy) from deluge homepage and install it from that way. No luck. :(
Last edited by Kadotus on Sat Dec 06, 2008 9:49 pm, edited 1 time in total.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.0.6 + Linux Mint 5 (Ubuntu Hardy)

Post by andar »

Kadotus wrote:Hi!

First of all, thank you for making deluge. :) love it.

And to my problem:

First I installed Deluge straight from repos (version 0.5-something), and it worked nicely.

I wanted a more recent Deluge, and uninstalled Deluge with synaptic.

Then i added to my /etc/apt/sources.list following lines:

deb http://ppa.launchpad.net/deluge-team/ubuntu hardy main restricted universe multiverse

deb-src http://ppa.launchpad.net/deluge-team/ubuntu hardy main restricted universe multiverse

And updated the repos and installed version 1.0.6.

... Tried launching it:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.0.6', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 91, in start_ui
    UI(options, args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 54, in __init__
    ui = GtkUI(args)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 176, in __init__
    self.torrentdetails = TorrentDetails()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentdetails.py", line 120, in __init__
    self.add_tab(default_tabs[tab_name]())
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/files_tab.py", line 176, in __init__
    self.load_state()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/files_tab.py", line 221, in load_state
    if column_state.name == column.get_title():
AttributeError: 'str' object has no attribute 'name'
:(

I'm a linux newbie, so please be gentle on me on this one. :D Tried searching on the forums, no luck.

Any ideas what I should do to get more updated version of Deluge working?

Oh and btw, the same happens when I download the .deb package (for hardy) from deluge homepage and install it from that way. No luck. :(
Delete your files_tab.state file in ~/.config/deluge
Kadotus

Re: Deluge 1.0.6 + Linux Mint 5 (Ubuntu Hardy)

Post by Kadotus »

:o

That worked. I really don't know how you guys do this. What created the problem? How can I avoid this kind of behavior in the future?

Thank you a lot. :)
Post Reply