Page 1 of 1

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

Posted: Tue Dec 02, 2008 5:17 pm
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. :(

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

Posted: Tue Dec 02, 2008 7:10 pm
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

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

Posted: Thu Dec 04, 2008 6:35 pm
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. :)