Deb error

General support for problems installing or using Deluge
Post Reply
jryden

Deb error

Post by jryden »

Just installed the Feisty 0.5.1 deb and get this when I try to run Deluge:

jryden@blade:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
Starting DHT...
/var/lib/python-support/python2.5/deluge/core.py:713: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Traceback (most recent call last):
File "/usr/bin/deluge", line 83, in <module>
start_deluge()
File "/usr/bin/deluge", line 57, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 47, in __init__
'%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/core.py", line 213, 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

Any ideas?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deb error

Post by markybob »

jryden wrote:Just installed the Feisty 0.5.1 deb and get this when I try to run Deluge:

jryden@blade:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
Starting DHT...
/var/lib/python-support/python2.5/deluge/core.py:713: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Traceback (most recent call last):
File "/usr/bin/deluge", line 83, in <module>
start_deluge()
File "/usr/bin/deluge", line 57, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 47, in __init__
'%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/core.py", line 213, 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

Any ideas?
rm -rf ~/.config/deluge ...please search the forum next time, as this has been answered at least 8 times.
jryden

Re: Deb error

Post by jryden »

Gah, I was lazy :( Totally my bad. Thanks for the response!
Post Reply