Python's asyncore (and, I think, asynchat) module changed in incompatible ways in Python 2.6. This causes problems for at least sb_server.py because it accesses an attribute (ac_out_buffer) which was removed.
This came to a head because Debian no longer supports Python 2.5. Their suggestion was to include the 2.5 versions of asyncore and asynchat with SpamBayes. Does this fly with the other developers? Skip _______________________________________________ spambayes-dev mailing list spambayes-dev@python.org http://mail.python.org/mailman/listinfo/spambayes-dev