From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 08:50:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852D816A4CE for ; Mon, 18 Apr 2005 08:50:06 +0000 (GMT) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505A243D5F for ; Mon, 18 Apr 2005 08:50:05 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-2.etat.lu (Postfix) with ESMTP id 100341138B58 for ; Mon, 18 Apr 2005 10:50:02 +0200 (CEST) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id EB15921318 for ; Mon, 18 Apr 2005 10:50:02 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) DA00D2103C for ; Mon, 18 Apr 2005 10:50:02 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF4007KUWJEW360@store.etat.lu> for freebsd-questions@freebsd.org; Mon, 18 Apr 2005 10:50:02 +0200 (MEST) Received: from etat.lu ([148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IF400AQPWJEUXG0@store.etat.lu>; Mon, 18 Apr 2005 10:50:02 +0200 (MEST) Received: from [192.168.2.43] (Forwarded-For: [158.64.58.21]) by store.etat.lu (mshttpd); Mon, 18 Apr 2005 10:50:02 +0200 Date: Mon, 18 Apr 2005 10:50:02 +0200 From: Didier Wiroth To: freebsd-questions@freebsd.org Message-id: <3de4cd4b116f.426390da@etat.lu> MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.05 (built Oct 21 2004) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal cc: mezz7@cox.net Subject: gnome-btdownload not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 08:50:06 -0000 Hello, I'm using fbsd5.4-stable with gnome 2.10. I've installed gnome-btdownload-0.0.20,1 (with py24-BitTorrent-core-4.0.1,1) from the ports. When I try to download via the xterm shell with /usr/local/bin/btdownloadcurses.py, the bittorrent downloads work like a charm. But ... when I use the gnome-btdownload gui downloads don't work. Even typing on a xterm for example: gnome-btdownload FreesBIE-1.1-i386.torrent does indeed start the gui etc.. works great but downloads don't start. Here is some output: Exception in thread bt_dl_thread: Traceback (most recent call last): File "/usr/local/lib/python2.4/threading.py", line 442, in __bootstrap self.run() File "/usr/local/lib/python2.4/threading.py", line 422, in run self.__target(*self.__args, **self.__kwargs) File "/usr/X11R6/bin/gnome-btdownload", line 548, in download_thread BitTorrent.download.download(self.args, file, status, finished, error, self.event, cols, path) AttributeError: 'module' object has no attribute 'download' As mentionned above, the gnome-btdownload gui starts, I choose the location where to save the file and then ... I can see the progress bar ... but the download doesn't start. With tcpdump I can see that it does not even try to connect, as no ip traffic is flowing. I browse through the "download" or "upload" or "events" tab, but no files are downloaded. I was wondering if someone is using it and if he had to patch the file or make some changes to have it work? many thx didier