Re: ham, Re: [Spambayes] Bug solution for Spambayes.

[email protected] Tue, 8 Mar 2011 19:28:59 -0600
Newsgroups gmane.mail.spam.spambayes.devel,gmane.mail.spam.spambayes.general
Message-ID <[email protected]>
    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<module>
    Dale>      from spambayes import Dibbler
    Dale>    File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in<module>
    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