<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4933.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>If you perform a word query on a bogus word 
(presumably any word not seen before) the web interface comes back with the 
error below.&nbsp; I checked the&nbsp;open bugs and couldn't see a reference to 
this problem.&nbsp; I can post a bug report if this hasn't been identified 
before.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Using spambayes 1.0a6 on windows 2000.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<H3><FONT face=Arial size=2>500 Server error</FONT></H3><PRE><FONT face=Arial size=2>Traceback (most recent call last):

  File "C:\usr\spambayes-1.0a6\spambayes\Dibbler.py", line 453, in found_terminator
    getattr(plugin, name)(**params)

  File "C:\usr\spambayes-1.0a6\spambayes\UserInterface.py", line 336, in onWordquery
    wordinfo = classifier._wordinfoget(word)

  File "C:\usr\spambayes-1.0a6\spambayes\storage.py", line 250, in _wordinfoget
    r = self.db.get(word)

  File "c:\usr\Python23\lib\shelve.py", line 110, in get
    if self.dict.has_key(key):

AttributeError: 'int' object has no attribute 'has_key'</FONT></PRE></DIV></BODY></HTML>