i got a freeze with my pc and after rebooting it i can't restart deluge in GUI ; in my terminal when i launch deluge or deluge-gtk it answer me
Code: Select all
Traceback (most recent call last):
File "/usr/bin/deluge", line 9, in <module>
load_entry_point('deluge==1.3.1', 'gui_scripts', 'deluge')()
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
UI(options, args, options.args)
File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
ui = GtkUI(args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 217, in __init__
self.torrentview = TorrentView()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentview.py", line 182, in __init__
"torrentview.state")
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 177, in __init__
self.load_state(state_file)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 281, in load_state
state = cPickle.load(state_file)
cPickle.UnpicklingError: invalid load key, '�'.
Somebody saw this before ? problem with python ?
i try the sudo apt-get remove --purge and co ...
I run on ubuntu 10.10
thank for reading