From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 20 02:30:16 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D16316A4CE for ; Sun, 20 Jun 2004 02:30:16 +0000 (GMT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D8F943D2F for ; Sun, 20 Jun 2004 02:30:16 +0000 (GMT) (envelope-from rpratt1950@earthlink.net) Received: from user227.net977.fl.sprint-hsd.net ([69.34.142.227] helo=kt.weeble.com) by gull.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1Bbs5U-0004Jt-00 for freebsd-gnome@freebsd.org; Sat, 19 Jun 2004 19:29:41 -0700 Date: Sat, 19 Jun 2004 22:31:34 -0400 From: Randy Pratt To: freebsd-gnome@freebsd.org Message-Id: <20040619223134.7ec22856.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: gnome-btdownload-0.0.16 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 02:30:16 -0000 I'm a "casual" user of gnome meaning that I don't have a full gnome installation. I'm having a problem at runtime with gnome-btdownload-0.0.16 . It builds fine but I get: $ gnome-btdownload some.torrent Traceback (most recent call last): File "/usr/X11R6/bin/gnome-btdownload", line 906, in ? run(sys.argv[1:]) File "/usr/X11R6/bin/gnome-btdownload", line 901, in run client = GtkClient(args) File "/usr/X11R6/bin/gnome-btdownload", line 597, in __init__ result = GtkFileSaveDialog('Save location for BitTorrent session', default=bt_state_args.suggested_path_output, modal=True, localonly=True).run() File "/usr/X11R6/bin/gnome-btdownload", line 295, in __init__ GtkFileActionDialog.__init__(self, title, gtk.FILE_CHOOSER_ACTION_SAVE, (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, gtk.STOCK_SAVE, gtk.RESPONSE_OK), filters, default, modal, multiple, localonly) AttributeError: 'module' object has no attribute 'FILE_CHOOSER_ACTION_SAVE' Portdowngrading to gnome-btdownload-0.0.11 will get me running again. FreeBSD 4.10-STABLE #0: Sat Jun 5 15:39:24 EDT 2004 I didn't want to list the 423 ports I have installed so it is at: http://myfreebsd.homeunix.net/pkg_info-2004.06.18.txt I have tried to do: portupgrade -f py23\* py-gnome\* but that didn't have any effect. I then tried the brute force portupgrade: portupgrade -fRr gnome-btdownload Still, no joy. I'm getting the same runtime errors. It appears to be related to Gtk but I've no idea where to go from here. I'd prefer not to maintain old port versions locally so I'd like to find a solution. Anyone have any suggestions? They would be much appreciated! Best regards, Randy --