From owner-freebsd-ports@FreeBSD.ORG Fri Jun 22 17:10:03 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16C1116A4A6 for ; Fri, 22 Jun 2007 17:10:03 +0000 (UTC) (envelope-from elfshadow@physics.upatras.gr) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.freebsd.org (Postfix) with SMTP id 63C6313C45A for ; Fri, 22 Jun 2007 17:10:02 +0000 (UTC) (envelope-from elfshadow@physics.upatras.gr) Received: (qmail 21980 invoked from network); 22 Jun 2007 17:10:00 -0000 Received: by simscan 1.1.0 ppid: 21913, pid: 21914, t: 3.8826s scanners: clamav: 0.88.2/m:39/d:1582 spam: 3.1.3 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on nic.upatras.gr X-Spam-Level: * X-Spam-Status: No, score=1.5 required=8.0 tests=WEIRD_PORT autolearn=no version=3.2.0 Received: from pythagoras.physics.upatras.gr (150.140.159.71) by nic.upatras.gr with SMTP; 22 Jun 2007 17:09:56 -0000 Received: (qmail 17333 invoked by uid 1189); 22 Jun 2007 17:07:21 -0000 Date: Fri, 22 Jun 2007 20:07:21 +0300 From: Laganakos Vassilis To: ports@FreeBSD.org Message-ID: <20070622170721.GA17210@pythagoras.physics.upatras.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Cc: Subject: deluge crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 17:10:03 -0000 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 --