From owner-freebsd-ports@FreeBSD.ORG Sun Jun 28 09:47:01 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9F271065670 for ; Sun, 28 Jun 2009 09:47:01 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com [209.85.218.210]) by mx1.freebsd.org (Postfix) with ESMTP id 366258FC16 for ; Sun, 28 Jun 2009 09:47:00 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz6 with SMTP id 6so297956bwz.43 for ; Sun, 28 Jun 2009 02:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=DL6TiUBk5RH4jsqm2AYaKw6SsDriAyR37NDOA7UTV+k=; b=YRNztRp6jrrsnm4t8KYsG60eEsbY5KTZwcNf05gs98yFoaFq8vdNkBLu4OyzK/px+d Qrv9XzzdHhUhX5+TkhulV8H5V0guy9Et4PcIaOJa05Y7MyrdscmKU21AVDGQubUas6bp JaS8hY7eqYO0omFe5nOAABoux1r/0XlrMQ3TU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=mVOX8ffslk4MtO6lfUXJHPAz4lXfnoMXwKhr7WKQ3NtypcQGwOzLSxnAb10Q5k3R1z 5M9Q3vhHkzs5Sc3sy0VtXVjTvYobFCi5kLl0o2rr0ErDvh03GI3G67LSjzL5beRLokMx W4q37/tu9Ym9/v9rnvirVKtB7RTxSZ0MOAI8M= MIME-Version: 1.0 Received: by 10.223.109.198 with SMTP id k6mr3830393fap.46.1246180499842; Sun, 28 Jun 2009 02:14:59 -0700 (PDT) Date: Sun, 28 Jun 2009 11:14:59 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: mail/py-spambayes and Python 2.6 update 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: Sun, 28 Jun 2009 09:47:01 -0000 mail/py-spambayes didn't quite like the Python 2.6 update. When I press the 'Review messages' link on its web page, followed by the 'Train' button, I get this: Training... 500 Server error Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 470, in found_terminator getattr(plugin, name)(**params) File "/usr/local/lib/python2.6/site-packages/spambayes/ProxyUI.py", line 399, in onReview self.flush() File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 706, in flush return self._handler.flush() File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 221, in flush while (self.producer_fifo or self.ac_out_buffer) and not self._closed: File "/usr/local/lib/python2.6/asyncore.py", line 391, in __getattr__ return getattr(self.socket, attr) AttributeError: '_socketobject' object has no attribute 'ac_out_buffer' and also when I press the 'save and shutdown' button: Saving... 500 Server error Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 470, in found_terminator getattr(plugin, name)(**params) File "/usr/local/lib/python2.6/site-packages/spambayes/UserInterface.py", line 565, in onSave self._doSave() File "/usr/local/lib/python2.6/site-packages/spambayes/UserInterface.py", line 557, in _doSave self.flush() File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 706, in flush return self._handler.flush() File "/usr/local/lib/python2.6/site-packages/spambayes/Dibbler.py", line 221, in flush while (self.producer_fifo or self.ac_out_buffer) and not self._closed: File "/usr/local/lib/python2.6/asyncore.py", line 391, in __getattr__ return getattr(self.socket, attr) AttributeError: '_socketobject' object has no attribute 'ac_out_buffer' Does anyone know how to fix spambayes? -- Regards, Torfinn Ingolfsen