[Spambayes] [ spambayes-Bugs-738501 ] AttributeError second time around with pop3proxy

SourceForge.net noreply at sourceforge.net
Thu May 15 15:27:59 EDT 2003


Bugs item #738501, was opened at 2003-05-15 21:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=738501&group_id=61702

Category: pop3proxy
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Bengtsson (peterbe)
Assigned to: Nobody/Anonymous (nobody)
Summary: AttributeError second time around with pop3proxy

Initial Comment:
Yesterday (14/05) I downloaded the latest CVS version
and starting it; worked fine. Then I turned that off
when I went to bed and tried to start it again today.
This time I get the following error::


C:\Python22\spambayes>C:\python22\python.exe pop3proxy.py
Loading database...
Traceback (most recent call last):
  File "pop3proxy.py", line 738, in ?
    run()
  File "pop3proxy.py", line 713, in run
    state.createWorkers()
  File "pop3proxy.py", line 559, in createWorkers
    self.bayes = storage.DBDictClassifier(filename)
  File "spambayes\storage.py", line 139, in __init__
    self.load()
  File "spambayes\storage.py", line 151, in load
    t = self.db[self.statekey]
  File "C:\Python22\lib\shelve.py", line 71, in __getitem__
    return Unpickler(f).load()
EOFError
Exception exceptions.AttributeError: "'NoneType' object
has no attribute 'error'
" in <bound method _Database.__del__ of
<dumbdbm._Database instance at 0x00A208A
0>> ignored



Any ideas what this might be? Is it a bug?
Solutions?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=738501&group_id=61702



More information about the Spambayes mailing list