[...] > --------------------------- exerciser > --------------------------------- > # test.py > try: > from spambayes import Stats > except: > import sys > print sys.exc_info > print 'Exception not detected' > -----------------------result of running exerciser ------------------ >>>> > [Dbg]>>> > Exception not detected
I'm not sure what you think the problem is here. Do you *want* it to raise an exception? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
