First of all, thank you for making deluge.

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.

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.
