Date: Fri, 22 Jun 2007 20:07:21 +0300 From: Laganakos Vassilis <elfshadow@physics.upatras.gr> To: ports@FreeBSD.org Subject: deluge crashes at startup Message-ID: <20070622170721.GA17210@pythagoras.physics.upatras.gr>
next in thread | raw e-mail | index | archive | help
Hello, Has anybody had any problems with deluge? It is the first time I use it after the xorg-7.2 upgrade and I don't know if it is related to this. I get the following error when I try to run it: > 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... > /usr/local/lib/python2.4/site-packages/deluge/core.py:723: > DeprecationWarning: integer argument expected, got float > PREF_FUNCTIONS[pref](self.get_pref(pref)) > Traceback (most recent call last): > File "/usr/local/bin/deluge", line 93, in ? > start_deluge() > File "/usr/local/bin/deluge", line 67, in start_deluge > interface = deluge.interface.DelugeGTK() > File "/usr/local/lib/python2.4/site-packages/deluge/interface.py", line 58, in __init__ > '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR) > File "/usr/local/lib/python2.4/site-packages/deluge/core.py", line 223, in __init__ > self.state = pickle.load(pkl_file) > File "/usr/local/lib/python2.4/pickle.py", line 1390, in load > return Unpickler(file).load() > File "/usr/local/lib/python2.4/pickle.py", line 872, in load > dispatch[key](self) > File "/usr/local/lib/python2.4/pickle.py", line 1083, in load_inst > klass = self.find_class(module, name) > File "/usr/local/lib/python2.4/pickle.py", line 1138, in find_class > __import__(module) > ImportError: No module named deluge It looks like a problem with python, but I don't know many things about that either :) Any clues? Thanx, Vassilis --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070622170721.GA17210>