Patches item #1744017, was opened at 2007-06-27 09:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Uwe Hoffmann (qual) Assigned to: Nobody/Anonymous (nobody) Summary: wrong statement in sb_server.py Initial Comment: reference to http://mail.python.org/pipermail/spambayes-dev/2007-March/003870.html "spambayes binary 1.1a3 fails to install,Error 500 + database hangs" I think this can be attributed (even in 1.1a4) to the line spambayes.message.Message.message_info_db = None (sb_server.py 801 in 1.1a4) If i change it to spambayes.message.Message().message_info_db = None everything is fine for me. It's also not clear to me, why State().close() is not called for all spambayes instances, but only for me and the error reports you mention. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 _______________________________________________ Spambayes-bugs mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-bugs
