Date: Mon, 6 Dec 2004 14:01:42 -0500 From: Randy Pratt <rpratt1950@earthlink.net> To: "Jeremy Messenger" <mezz@FreeBSD.org> Cc: gnome@freebsd.org Subject: net/gnome-btdownload problem with python-2.4 update Message-ID: <20041206140142.24a01461.rpratt1950@earthlink.net>
next in thread | raw e-mail | index | archive | help
The net/gnome-btdownload builds and installs fine but has some run-time issues after the latest python-2.4 update: $ gnome-btdownload sample.torrent & [1] 67064 bash-2.05b$ /usr/X11R6/bin/gnome-btdownload:713: DeprecationWarning: gtk.Progress.set_percentage is deprecated, use gtk.ProgressBar methods progressbar_download_status.set_percentage(dict['fractionDone']) Exception in thread Thread-1: 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/local/lib/python2.4/site-packages/BitTorrent/Rerequester.py", line 85, in rerequest h = urlopen(url) File "/usr/local/lib/python2.4/urllib2.py", line 130, in urlopen return _opener.open(url, data) File "/usr/local/lib/python2.4/urllib2.py", line 364, in open response = meth(req, response) File "/usr/local/lib/python2.4/urllib2.py", line 468, in http_response code, msg, hdrs = response.code, response.msg, response.info() AttributeError: addinfourldecompress instance has no attribute 'code' If I click on stop, the additional messages are displayed in the xterm: Exception in thread Thread-2: 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/local/lib/python2.4/site-packages/BitTorrent/Rerequester.py", line 85, in rerequest h = urlopen(url) File "/usr/local/lib/python2.4/urllib2.py", line 130, in urlopen return _opener.open(url, data) File "/usr/local/lib/python2.4/urllib2.py", line 364, in open response = meth(req, response) File "/usr/local/lib/python2.4/urllib2.py", line 468, in http_response code, msg, hdrs = response.code, response.msg, response.info() AttributeError: addinfourldecompress instance has no attribute 'code' The /usr/ports/UPDATING was followed for the update of python and all of the ports that depend on it. This is on 4.10-stable and all ports are up-to-date as of last night. A list of installed ports and versions are at: http://myfreebsd.homeunix.net/installed_packages.txt I've not found any mention of this in the archives or PR's but I checked with a friend this morning and he's seeing the same results. If there's other information I can provide or patches to test, just let me know. Best regards, Randy --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041206140142.24a01461.rpratt1950>