From owner-freebsd-ports@FreeBSD.ORG Tue Aug 9 22:05:01 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CBA16A41F for ; Tue, 9 Aug 2005 22:05:01 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699E343D69 for ; Tue, 9 Aug 2005 22:05:01 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from lapdance.yazzy.net (lapdance [192.168.98.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id 13C9339827 for ; Wed, 10 Aug 2005 00:05:00 +0200 (CEST) Date: Tue, 9 Aug 2005 22:04:59 +0000 From: Marcin Jessa To: ports@FreeBSD.org Message-Id: <20050809220459.34fc8c13.yazzy@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: qtorrent 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: Tue, 09 Aug 2005 22:05:02 -0000 Hi. There is an error in /usr/local/lib/python2.4/site-packages/pyqtorrent/torrentmain.py on line 504. fn = QFileDialog.getOpenFileName(None, "*.torrent") Needs to be replaced with: fn = QFileDialog.getOpenFileName("*.torrent") Otherwise one will be unable to open any folder. Error given then is: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/pyqtorrent/torrentmain.py", line 504, in openFile fn = QFileDialog.getOpenFileName(None, "*.torrent") RuntimeError: cannot pass None as argument 0 in this call Cheers, Marcin Jessa P.S I am not subscribed to ports@ , please CC any responses to me.