[Spambayes] Bug in UserInterface.py

Peter Bengtsson mail at peterbe.com
Thu May 15 02:25:32 EDT 2003


I checked out the latest a couple of hours ago, and when running the 
pop3proxy and trying to train an mbx file I got an error about StringIO in 
UserInterface.py

So, at the top of that file I added (including old stuff)

import re
import time
import email
import binascii
import cgi
import mailbox
import types

# Added by me
import StringIO

import PyMeldLite
import Dibbler
import tokenizer


Now it works.
Sorry for not copying the error message I got.


Peter




More information about the Spambayes mailing list