From rtoschi at toschisidran.com Mon Mar 7 18:30:01 2011 From: rtoschi at toschisidran.com (Robyn Toschi) Date: Mon, 7 Mar 2011 09:30:01 -0800 Subject: [spambayes-dev] how do I locate reconfiguration wizard Message-ID: <8F5991FCC91AC447BB8179399AFC2BC201272CC7@mailex.tscd.toschisidran.com> I am getting a message to run this but cannot locate it Thank you Robyn Toschi Toschi Sidran Collins and Doyle (V) 510-835-3400 x217 (F) 510-835-7800 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dale at BriannasSaladDressing.com Tue Mar 8 22:34:38 2011 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Tue, 08 Mar 2011 15:34:38 -0600 Subject: [spambayes-dev] ham, Re: [Spambayes] Bug solution for Spambayes. In-Reply-To: <19816.3717.813624.474521@montanaro.dyndns.org> References: <4D64295F.90901@gmx.de> <19816.3717.813624.474521@montanaro.dyndns.org> Message-ID: <4D76A0EE.9020701@BriannasSaladDressing.com> On 02/25/2011 2:18 PM, skip at pobox.com wrote: > Johann> I have some problems with my sourceforge account, therefore I > Johann> contact you this way. > > Johann, > > I am on holiday, just sneaking a peek at my email. Based on your traceback, > I went ahead and finished off a change suggested recently which should solve > the problem. I incorporated the Python 2.5 versions of the asynchat and > asyncore modules into SpamBayes as the API of those modules changed in > incompatible ways in Python 2.6. > > I made a new source release of SpamBayes, 1.1b1. Please give that a try. > If you continue to have problems, please send an email to > spambayes-dev at python.org. I won't be checking mail much in the next several > days. > I tried the new version today, building a .deb with python-stdeb on Debian Wheezy. Although the build happens and the correct dependencies are applied, this is what I got when I tried to run it. Traceback (most recent call last): File "/usr/bin/sb_server.py", line 96, in from spambayes import Dibbler File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in from spambayes import asyncore, asynchat ImportError: cannot import name asyncore Dale From skip at pobox.com Wed Mar 9 02:28:59 2011 From: skip at pobox.com (skip at pobox.com) Date: Tue, 8 Mar 2011 19:28:59 -0600 Subject: [spambayes-dev] ham, Re: [Spambayes] Bug solution for Spambayes. In-Reply-To: <4D76A0EE.9020701@BriannasSaladDressing.com> References: <4D64295F.90901@gmx.de> <19816.3717.813624.474521@montanaro.dyndns.org> <4D76A0EE.9020701@BriannasSaladDressing.com> Message-ID: <19830.55259.401408.494213@montanaro.dyndns.org> Dale> Although the build happens and the correct dependencies are Dale> applied, this is what I got when I tried to run it. Dale> Traceback (most recent call last): Dale> File "/usr/bin/sb_server.py", line 96, in Dale> from spambayes import Dibbler Dale> File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in Dale> from spambayes import asyncore, asynchat Dale> ImportError: cannot import name asyncore Hmmm... Looks like asyncore (and probably asynchat) probably didn't make it into the distribution. I maybe have a messed up manifest. I'll take a look. Skip